Create a multiset from the specified range, using the specified basicAllocator.
Declared in <bslstl_multiset.h>
template<class RANGE>
multiset(
std::from_range_t tag,
RANGE&& range,
ALLOCATOR const& basicAllocator);
| Name | Description |
|---|---|
| tag | disambiguation tag selecting the range constructor |
| range | input range of elements to insert |
| basicAllocator | allocator used to supply memory |