Return true if the specified hash sets contain the same elements.
Synopsis
Declared in <bslstp_hashset.h>
template<
class _Value,
class _HashFcn,
class _EqualKey,
class _Alloc>
bool
operator==(
hash_set<_Value, _HashFcn, _EqualKey, _Alloc> const& __hm1,
hash_set<_Value, _HashFcn, _EqualKey, _Alloc> const& __hm2);
Return Value
true if the hash sets contain the same elements
Parameters
Name |
Description |
__hm1 |
first hash set |
__hm2 |
second hash set |
Created with MrDocs