bsl::unordered_multimap::unordered_multimap

Same as the preceding overload.

Synopsis

Declared in <bslstl_unorderedmultimap.h>

template<class = void>
requires bsl::IsStdAllocator_v<ALLOCATOR>
unordered_multimap(
    std::initializer_list<value_type> values,
    ALLOCATOR const& basicAllocator);