Create a map having the (value_type) values obtained from the specified range, using the specified basicAllocator to supply memory.
value_type
range
basicAllocator
Declared in <bslstl_map.h>
<bslstl_map.h>
template<class RANGE> map( std::from_range_t, RANGE&& range, ALLOCATOR const& basicAllocator);