[#bsl-map-0af-2constructor-0b] = xref:bsl.adoc[bsl]::xref:bsl/map-0af.adoc[map<TimeInterval, Node*>]::map :relfileprefix: ../../ :mrdocs: Create a map having the (`value_type`) values obtained from the specified `range`, using the specified `basicAllocator` to supply memory. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class RANGE> map( std::from_range_t, RANGE&& range, xref:bsl/allocator-0df.adoc[allocator<pair<TimeInterval const, Node*>>] const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#