[#prevector-0c-emplace_back] = xref:prevector-0c.adoc[prevector]::emplace_back :relfileprefix: ../ :mrdocs: Constructs a new element in place at the end of the container. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... Args> void emplace_back(Args&&... args); ---- == Parameters [cols="1,4"] |=== | Name| Description | *args* | Arguments forwarded to the element's constructor. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#