absl::operator!=

Compares two spans for inequality.

Synopsis

Declared in <absl/types/any_span.h>

bool
operator!=(
    AnySpan a,
    AnySpan b);

Return Value

true if the spans differ.

Parameters

NameDescription
aThe left operand.
bThe right operand.