[#bsl-multiset-03-2constructor-06] = xref:bsl.adoc[bsl]::xref:bsl/multiset-03.adoc[multiset]::multiset :relfileprefix: ../../ :mrdocs: Create a multiset from the specified `range`, using the specified `basicAllocator`. == Synopsis Declared in `<bslstl_multiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class RANGE> multiset( std::from_range_t tag, RANGE&& range, ALLOCATOR const& basicAllocator); ---- == Parameters [cols="1,4"] |=== | Name| Description | *tag* | disambiguation tag selecting the range constructor | *range* | input range of elements to insert | *basicAllocator* | allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#