[#bsl-allocator-060-construct-06] = xref:bsl.adoc[bsl]::xref:bsl/allocator-060.adoc[allocator<pair<TimeInterval const, Node*>>]::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]#