[#bsl-multiset-00e] = xref:bsl.adoc[bsl]::xref:bsl/multiset-03.adoc[multiset<KEY, std::less<KEY>, ALLOCATOR>] :relfileprefix: ../ :mrdocs: Deduce the template parameter `KEY` from the `value_type` of the initializer_list supplied to the constructor of `multiset`. Deduce the template parameter `ALLOCATOR` from the other parameter passed to the constructor. == Synopsis Declared in `<bslstl_multiset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class KEY, class ALLOCATOR> requires bsl::IsStdAllocator_v<ALLOCATOR> xref:bsl/multiset-03.adoc[multiset<KEY, std::less<KEY>, ALLOCATOR>]( std::initializer_list<KEY>, ALLOCATOR) -> xref:bsl/multiset-03.adoc[multiset<KEY, std::less<KEY>, ALLOCATOR>]; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#