Emplace a newly constructed element at the specified position.
Declared in <bslstl_vector.h>
template<class ARG>
vector<VALUE_TYPE*, ALLOCATOR>::iterator
emplace(
const_iterator position,
ARG&& arg);
iterator referring to the newly emplaced element
| Name | Description |
|---|---|
| position | element position or insertion point |
| arg | the arg argument |