bsl::multiset::multiset

Create a multiset from the specified range, using the specified basicAllocator.

Synopsis

Declared in <bslstl_multiset.h>

template<class RANGE>
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
basicAllocatorallocator used to supply memory