bsl::hash_multiset::_M_equal

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

Parameters

NameDescription
__xfirst hash multiset
__ysecond hash multiset