Append an element to the end of this vector.
Synopsis
Declared in <bslstl_vector.h>
void
push_back(VALUE_TYPE* value);
Parameters
Name |
Description |
value |
element value |
Created with MrDocs
Append an element to the end of this vector.
Declared in <bslstl_vector.h>
void
push_back(VALUE_TYPE* value);
Name |
Description |
value |
element value |
Created with MrDocs