[#bsl-allocator-060-construct-01] = xref:bsl.adoc[bsl]::xref:bsl/allocator-060.adoc[allocator<pair<TimeInterval const, Node*>>]::construct :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<bits/memory_resource.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename _Tp1, typename... _Args> void construct( _Tp1* __p, _Args&&... __args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#