[#BloombergLP-bdlma-LocalBufferedObject-2constructor-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlma.adoc[bdlma]::xref:BloombergLP/bdlma/LocalBufferedObject.adoc[LocalBufferedObject]::LocalBufferedObject :relfileprefix: ../../../ :mrdocs: Create a `value_type` object using the specified `args`. == Synopsis Declared in `<bdlma_localbufferedobject.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... ARGS> explicit LocalBufferedObject(ARGS&&... args); ---- == Description Create a `value_type` object using the specified `args` that will allocate memory from a sequential allocator based on a local stack buffer of (template parameter) `t_BUFFER_SIZE` size; if local stack memory is exhausted, use the default allocator to supply additional heap memory. == Parameters [cols="1,4"] |=== | Name| Description | *args* | constructor arguments for the held object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#