bsl::hash_multimap::_M_equal

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

NameDescription
__xfirst hash multimap
__ysecond hash multimap