push_back overloads
Synopses
Declared in <bslstl_vector.h>
Append an element to the end of this vector.
Append a copy of value to the end of this vector.
void
push_back(VALUE_TYPE const& value);
Parameters
Name |
Description |
value |
element value |
Created with MrDocs