bsl::unordered_multiset::unordered_multiset

Same as the preceding overload, using the specified allocator.

Synopsis

Declared in <bslstl_unorderedmultiset.h>

template<class RANGE>
unordered_multiset(
    std::from_range_t tag,
    RANGE&& range,
    ALLOCATOR const& basicAllocator);

Parameters

NameDescription
tagdisambiguation tag selecting the range constructor
rangeinput range of elements to insert
basicAllocatorthe allocator used to supply memory