bsl::map::map

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 const& basicAllocator);