bsl::unordered_multiset::unordered_multiset

Same as the preceding overload, using the specified allocator.

Synopsis

Declared in <bslstl_unorderedmultiset.h>

template<class = void>
requires bsl::IsStdAllocator<ALLOCATOR>::value
unordered_multiset(
    std::initializer_list<KEY> values,
    size_type initialNumBuckets,
    ALLOCATOR const& basicAllocator);