[#bsl-stack-05-emplace] = xref:bsl.adoc[bsl]::xref:bsl/stack-05.adoc[stack]::emplace :relfileprefix: ../../ :mrdocs: Push onto this stack a newly created `value_type` object constructed by forwarding `get_allocator()` (if required) and the specified (variable number of) `args` to the corresponding constructor of `value_type`. Return a reference providing modifiable access to the inserted element. == Synopsis Declared in `<bslstl_stack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... Args> xref:bsl/stack-05/reference.adoc[stack<VALUE, CONTAINER>::reference] emplace(Args&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#