Return true if the specified tables contain the same elements.
Synopsis
Declared in <bslstp_hashtable.h>
static
bool
_M_equal(
hashtable<_Val, _Key, _HF, _ExK, _EqK, _All> const& __ht1,
hashtable<_Val, _Key, _HF, _ExK, _EqK, _All> const& __ht2);
Return Value
true if the tables contain the same elements
Parameters
Name |
Description |
__ht1 |
first hash table |
__ht2 |
second hash table |
Created with MrDocs