BloombergLP::bdlc::operator!=

Return whether the sets differ in contents.

Synopsis

Declared in <bdlc_flathashset.h>

template<>
bool
operator!=(
    FlatHashSet const& a,
    FlatHashSet const& b);

Return Value

true if not equal, and false otherwise

Parameters

NameDescription
afirst set to compare
bsecond set to compare