bsl::hash_multiset::hash_multiset

Create a hash multiset from the range [__f, __l)].

Synopsis

Declared in <bslstp_hashset.h>

template<class _InputIterator>
hash_multiset(
    _InputIterator __f,
    _InputIterator __l);

Parameters

NameDescription
__fbeginning of the input range
__lend of the input range