[#bsl-hash_multiset-2constructor-04] = xref:bsl.adoc[bsl]::xref:bsl/hash_multiset.adoc[hash_multiset]::hash_multiset :relfileprefix: ../../ :mrdocs: Create a hash multiset from the range `[__f, __l)]`. == Synopsis Declared in `<bslstp_hashset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class _InputIterator> hash_multiset( _InputIterator __f, _InputIterator __l); ---- == Parameters [cols="1,4"] |=== | Name| Description | *__f* | beginning of the input range | *__l* | end of the input range |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#