Emplace a newly constructed element at the end.
Declared in <bslstl_vector.h>
Emplace a newly constructed element at the end.
vector<VALUE_TYPE*, ALLOCATOR>::reference
emplace_back();
» more...
Emplace a newly constructed element at the end.
template<class ARG>
vector<VALUE_TYPE*, ALLOCATOR>::reference
emplace_back(ARG&& arg);
» more...
modifiable reference to the newly emplaced element
| Name | Description |
|---|---|
| arg | the arg argument |