Difference between revisions of "cpp/container/queue"
From cppreference.com
m (Text replace - "operator_comp" to "operator_cmp") |
m (r2.7.3) (Robot: Adding it, ja, pl, pt, ru, tr) |
||
Line 54: | Line 54: | ||
{{dcl list template | cpp/container/dcl list uses_allocator | queue}} | {{dcl list template | cpp/container/dcl list uses_allocator | queue}} | ||
{{dcl list end}} | {{dcl list end}} | ||
+ | |||
+ | [[it:cpp/container/queue]] | ||
+ | [[ja:cpp/container/queue]] | ||
+ | [[pl:cpp/container/queue]] | ||
+ | [[pt:cpp/container/queue]] | ||
+ | [[ru:cpp/container/queue]] | ||
+ | [[tr:cpp/container/queue]] |
Revision as of 12:40, 4 May 2012
Template:cpp/container/queue/sidebar
Defined in header <queue>
|
||
template< class T, |
||
The std::queue
class is a container adapter that gives the programmer the functionality of a queue - specifically, a FIFO (first-in, first-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