bsl::unordered_multimap::unordered_multimap

Same as the related overload above for unordered_multimap.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

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