[#absl-AnySpan-iterator-operator_inc-00] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan/iterator.adoc[iterator]::operator++ :relfileprefix: ../../../ :mrdocs: Advances the iterator by one position. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Iter& operator++(); ---- == Return Value A reference to this iterator. [.small]#Created with https://www.mrdocs.com[MrDocs]#