bsl::vector<VALUE_TYPE*, ALLOCATOR>::emplace

Emplace a newly constructed element at the specified position.

Synopsis

Declared in <bslstl_vector.h>

template<class ARG>
vector<VALUE_TYPE*, ALLOCATOR>::iterator
emplace(
    const_iterator position,
    ARG&& arg);

Return Value

iterator referring to the newly emplaced element

Parameters

NameDescription
positionelement position or insertion point
argthe arg argument