[#bsl-vector-086-emplace_back-02] = xref:bsl.adoc[bsl]::xref:bsl/vector-086.adoc[vector<VALUE_TYPE*, ALLOCATOR>]::emplace_back :relfileprefix: ../../ :mrdocs: Emplace a newly constructed element at the end. == Synopses Declared in `<bslstl_vector.h>` Emplace a newly constructed element at the end. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/vector-086/reference.adoc[vector<VALUE_TYPE*, ALLOCATOR>::reference] xref:bsl/vector-086/emplace_back-00b.adoc[emplace_back](); ---- [.small]#xref:bsl/vector-086/emplace_back-00b.adoc[_» more..._]# Emplace a newly constructed element at the end. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class ARG> xref:bsl/vector-086/reference.adoc[vector<VALUE_TYPE*, ALLOCATOR>::reference] xref:bsl/vector-086/emplace_back-003.adoc[emplace_back](ARG&& arg); ---- [.small]#xref:bsl/vector-086/emplace_back-003.adoc[_» more..._]# == Return Value modifiable reference to the newly emplaced element == Parameters [cols="1,4"] |=== | Name| Description | *arg* | the `arg` argument |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#