std::queue<T,Container>::push
| void push( const value_type& value ); |
||
| void push( value_type&& value ); |
(since C++11) | |
Pushes the given element value to the end of the queue.
Contents |
[edit] Parameters
| value | - | the value of the element to push |
[edit] Return value
(none)
[edit] Complexity
Equal to the complexity of Container::push_back.
[edit] Example
[edit] See also
| (C++11) |
constructs element in-place at the end (public member function) |
| removes the first element (public member function) |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
