Return true if the specified multimaps 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 multimaps contain the same elements

Parameters

Name

Description

__x

first hash multimap

__y

second hash multimap

Created with MrDocs