absl::operator!=

Returns whether two sets contain different elements.

Synopsis

Declared in <absl/container/linked_hash_set.h>

bool
operator!=(
    linked_hash_set const& a,
    linked_hash_set const& b);

Return Value

true if the sets are not equal.

Parameters

NameDescription
aThe first set to compare.
bThe second set to compare.