Difference between revisions of "cpp/container/stack"
From cppreference.com
m (Text replace - "operator_comp" to "operator_cmp") |
m (r2.7.3) (Robot: Adding cs, es, it, ja, pl, pt, ru, tr) |
||
Line 54: | Line 54: | ||
{{dcl list template | cpp/container/dcl list uses_allocator | stack}} | {{dcl list template | cpp/container/dcl list uses_allocator | stack}} | ||
{{dcl list end}} | {{dcl list end}} | ||
+ | |||
+ | [[cs:cpp/container/stack]] | ||
+ | [[es:cpp/container/stack]] | ||
+ | [[it:cpp/container/stack]] | ||
+ | [[ja:cpp/container/stack]] | ||
+ | [[pl:cpp/container/stack]] | ||
+ | [[pt:cpp/container/stack]] | ||
+ | [[ru:cpp/container/stack]] | ||
+ | [[tr:cpp/container/stack]] |
Revision as of 12:46, 4 May 2012
Template:cpp/container/stack/sidebar
Defined in header <stack>
|
||
template< class T, |
||
The std::stack
class is a container adapter that gives the programmer the functionality of a stack - specifically, a FILO (first-in, last-out) data structure.
Contents |
Member types
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list end