[#bsl-allocator-0a7-construct-01] = xref:bsl.adoc[bsl]::xref:bsl/allocator-0a7.adoc[allocator<unsigned int>]::construct :relfileprefix: ../../ :mrdocs: Same as the preceding `construct` overload, using perfect forwarding. == Synopsis Declared in `<bslma_bslallocator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class ELEMENT_TYPE, class ARG1, class... ARGS> void construct( ELEMENT_TYPE* address, ARG1&& argument1, ARGS&&... arguments); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#