[#bsl-allocator-056-construct-04] = xref:bsl.adoc[bsl]::xref:bsl/allocator-056.adoc[allocator<pair<Date, DayOfWeekSet>>]::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]#