[#bsl-map-0af-2constructor-0cd] = xref:bsl.adoc[bsl]::xref:bsl/map-0af.adoc[map<TimeInterval, Node*>]::map :relfileprefix: ../../ :mrdocs: Create an empty map that uses the specified `basicAllocator` to supply memory. Use a default‐constructed object of the (template parameter) type `COMPARATOR` to order the key‐value pairs contained in this map. Note that a `bslma::Allocator *` can be supplied for `basicAllocator` if the (template parameter) `ALLOCATOR` is `bsl::allocator` (the default). == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit map(xref:bsl/allocator-0df.adoc[allocator<pair<TimeInterval const, Node*>>] const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#