bsl::unordered_map::unordered_map

Same as the preceding overload.

Synopsis

Declared in <bslstl_unorderedmap.h>

template<class RANGE>
unordered_map(
    std::from_range_t,
    RANGE&& range,
    size_type initialNumBuckets,
    ALLOCATOR const& basicAllocator);