[#absl-AnySpan-IteratorBase-operator_inc-07] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan.adoc[IteratorBase]::operator++ :relfileprefix: ../../../ :mrdocs: Advances the iterator by one position. == Synopses Declared in `<absl/types/any_span.h>` Advances the iterator by one position. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Iter& xref:absl/AnySpan/IteratorBase/operator_inc-0c.adoc[operator++](); ---- [.small]#xref:absl/AnySpan/IteratorBase/operator_inc-0c.adoc[_» more..._]# Advances the iterator by one position. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Iter xref:absl/AnySpan/IteratorBase/operator_inc-01.adoc[operator++](int unused); ---- [.small]#xref:absl/AnySpan/IteratorBase/operator_inc-01.adoc[_» more..._]# == Return Value * A reference to this iterator. * A copy of the iterator before advancing. == Parameters [cols="1,4"] |=== | Name| Description | *unused* | Unused tag distinguishing the postfix form. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#