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
Name |
Description |
tag |
disambiguation tag selecting the range constructor |
range |
input range of elements to insert |
basicAllocator |
allocator used to supply memory |
Created with MrDocs