[#bsl-allocator-0c3-construct-08] = xref:bsl.adoc[bsl]::xref:bsl/allocator-0c3.adoc[allocator<MetricSampleGroup>]::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]#