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>
template<class RANGE>
map(
std::from_range_t,
RANGE&& range,
allocator<pair<TimeInterval const, Node*>> const& basicAllocator);
Created with MrDocs