[#bsl-allocator-04c-construct-04a] = xref:bsl.adoc[bsl]::xref:bsl/allocator-04c.adoc[allocator<ZoneinfoTransition>]::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]#