Return true if the specified hash sets contain the same elements.
Synopsis
Declared in <bslstp_hashset.h>
static
bool
_M_equal(
_Self const& __x,
_Self const& __y);
Return Value
true if the hash sets contain the same elements
Parameters
Name |
Description |
__x |
first hash set |
__y |
second hash set |
Created with MrDocs