Emplace a newly constructed element at the end.

Synopsis

Declared in <bslstl_vector.h>

template<class ARG>
vector<VALUE_TYPE*, ALLOCATOR>::reference
emplace_back(ARG&& arg);

Return Value

modifiable reference to the newly emplaced element

Parameters

Name

Description

arg

the arg argument

Created with MrDocs