Emplace a newly constructed element at the end.
Synopsis
Declared in <bslstl_vector.h>
vector<VALUE_TYPE*, ALLOCATOR>::reference
emplace_back();
Return Value
modifiable reference to the newly emplaced element
Created with MrDocs