Create an empty map using the specified comparator and basicAllocator.
Synopsis
Declared in <bslstl_map.h>
explicit
map(
less<TimeInterval> const& comparator,
allocator<pair<TimeInterval const, Node*>> const& basicAllocator = ALLOCATOR());
Created with MrDocs