BloombergLP::bdlc::operator!=

Return whether the maps differ in key/value contents.

Synopsis

Declared in <bdlc_flathashmap.h>

template<>
bool
operator!=(
    FlatHashMap const& lhs,
    FlatHashMap const& rhs);

Return Value

true if not equal, and false otherwise

Parameters

NameDescription
lhsleft-hand map
rhsright-hand map