Emplace a newly constructed element at the end.
Synopses
Declared in <bslstl_vector.h>
Emplace a newly constructed element at the end.
Emplace a newly constructed element at the end.
template<class ARG>
vector<VALUE_TYPE*, ALLOCATOR>::reference
emplace_back(ARG&& arg);
Return Value
modifiable reference to the newly emplaced element
Parameters
Name |
Description |
arg |
the |
Created with MrDocs