absl::AnySpan::IteratorBase::operator--

Moves the iterator back by one position.

Synopsis

Declared in <absl/types/any_span.h>

Iter
operator--(int unused);

Return Value

A copy of the iterator before moving back.

Parameters

NameDescription
unusedUnused tag distinguishing the postfix form.