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