Tests whether two iterators refer to different positions.

Synopsis

Declared in <absl/types/any_span.h>

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

Return Value

true if a and b point to different positions.

Parameters

Name

Description

a

The left operand.

b

The right operand.

Created with MrDocs