[#bsl-hash_multiset-2constructor-072] = xref:bsl.adoc[bsl]::xref:bsl/hash_multiset.adoc[hash_multiset]::hash_multiset :relfileprefix: ../../ :mrdocs: Create a hash multiset with the specified bucket count, hasher, and equality predicate. == Synopsis Declared in `<bslstp_hashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- hash_multiset( xref:bsl/hash_multiset/size_type.adoc[size_type] __n, xref:bsl/hash_multiset/hasher.adoc[hasher] const& __hf, xref:bsl/hash_multiset/key_equal.adoc[key_equal] const& __eql); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#