[#BloombergLP-bsltf-StdStatefulAllocator-construct] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/StdStatefulAllocator.adoc[StdStatefulAllocator]::construct :relfileprefix: ../../../ :mrdocs: Construct an object of the (template parameter) `ELEMENT_TYPE`, by forwarding the specified (variable number of) `arguments` to the corresponding constructor of `ELEMENT_TYPE`, at the specified uninitialized memory `address`. The behavior is undefined unless `address` is properly aligned for objects of `ELEMENT_TYPE`. == Synopsis Declared in `<bsltf_stdstatefulallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ELEMENT_TYPE, class... Args> void construct( ELEMENT_TYPE* address, Args&&... arguments); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#