[#BloombergLP-bdlma-LocalBufferedObject-2constructor-0f4] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/LocalBufferedObject.adoc[LocalBufferedObject]::LocalBufferedObject :relfileprefix: ../../../ :mrdocs: Create the `value_type` object using the specified `initializer_list` and using the sequential allocator based on a local stack buffer of (template parameter) `t_BUFFER_SIZE` size; if local stack memory is exausted, use the default allocator to supply additional heap memory. == Synopsis Declared in `<bdlma_localbufferedobject.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class INIT_LIST_TYPE> LocalBufferedObject(std::initializer_list<INIT_LIST_TYPE> il); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#