Return true if the specified hash multisets do not contain the same elements.

Synopsis

Declared in <bslstp_hashset.h>

template<
    class _Value,
    class _HashFcn,
    class _EqualKey,
    class _Alloc>
bool
operator!=(
    hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> const& __hm1,
    hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc> const& __hm2);

Return Value

true if the hash multisets do not contain the same elements

Parameters

Name

Description

__hm1

first hash multiset

__hm2

second hash multiset

Created with MrDocs