Return true if the specified hash maps contain the same elements.
Synopsis
Declared in <bslstp_hashmap.h>
template<
class _Key,
class _Tp,
class _HashFcn,
class _EqlKey,
class _Alloc>
bool
operator==(
hash_map<_Key, _Tp, _HashFcn, _EqlKey, _Alloc> const& __hm1,
hash_map<_Key, _Tp, _HashFcn, _EqlKey, _Alloc> const& __hm2);
Return Value
true if the hash maps contain the same elements
Parameters
Name |
Description |
__hm1 |
first hash map |
__hm2 |
second hash map |
Created with MrDocs