[#bsl-multiset-03-2constructor-098] = xref:bsl.adoc[bsl]::xref:bsl/multiset-03.adoc[multiset]::multiset :relfileprefix: ../../ :mrdocs: Create an empty multiset having the specified `comparator`. == Synopsis Declared in `<bslstl_multiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit multiset( COMPARATOR const& comparator, ALLOCATOR const& basicAllocator = ALLOCATOR()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#