Return true if the specified hash multimaps contain the same elements.
Declared in <bslstp_hashmap.h>
template<
class _Key,
class _Tp,
class _HashFcn,
class _EqlKey,
class _Alloc>
bool
operator==(
hash_multimap<_Key, _Tp, _HashFcn, _EqlKey, _Alloc> const& __hm1,
hash_multimap<_Key, _Tp, _HashFcn, _EqlKey, _Alloc> const& __hm2);
true if the hash multimaps contain the same elements
| Name | Description |
|---|---|
| __hm1 | first hash multimap |
| __hm2 | second hash multimap |