![]() |
![]()
| ![]() |
![]()
NAMEstd::queue::push - std::queue::push Synopsis void push( const value_type& value );
Parametersvalue - the value of the element to push Return value(none) ComplexityEqual to the complexity of Container::push_back. ExampleSee also emplace constructs element in-place at the end
|