[#BloombergLP-bdlma-LocalBufferedObject-emplace-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/LocalBufferedObject.adoc[LocalBufferedObject]::emplace :relfileprefix: ../../../ :mrdocs: `emplace` overloads == Synopses Declared in `<bdlma_localbufferedobject.h>` Destroy the `value_type` object unless `t_DISABLE_DESTRUCTION` is true, then release all allocated memory, the re‐construct a new `value_type` object using the specified `il` and using the sequential allocator based on the local stack buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INIT_LIST_TYPE> void xref:BloombergLP/bdlma/LocalBufferedObject/emplace-09.adoc[emplace](std::initializer_list<INIT_LIST_TYPE> il); ---- [.small]#xref:BloombergLP/bdlma/LocalBufferedObject/emplace-09.adoc[_» more..._]# Destroy the `value_type` object unless `t_DISABLE_DESTRUCTION` is true, then release all allocated memory, the re‐construct a new `value_type` object using the specified `args` and using the sequential allocator based on the local stack buffer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... ARGS> void xref:BloombergLP/bdlma/LocalBufferedObject/emplace-01.adoc[emplace](ARGS&&... args); ---- [.small]#xref:BloombergLP/bdlma/LocalBufferedObject/emplace-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#