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

Emplace a newly constructed element at the end.

Synopses

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...

Return Value

modifiable reference to the newly emplaced element

Parameters

NameDescription
argthe arg argument