Return true if the specified hash multisets contain the same elements.
Declared in <bslstp_hashset.h>
template<
class _Value,
class _HashFcn,
class _EqualKey,
class _Alloc>
bool
operator==(
hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> const& __hm1,
hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> const& __hm2);
true if the hash multisets contain the same elements
| Name | Description |
|---|---|
| __hm1 | first hash multiset |
| __hm2 | second hash multiset |