push_back overloads
Synopses
Declared in <bslstl_deque.h>
Append a move‐inserted value to the back of this deque.
Append a copy of value to the back of this deque.
void
push_back(VALUE_TYPE const& value);
Parameters
Name |
Description |
value |
move‐insertable value to append |
Created with MrDocs