[#absl-AnySpan-IteratorBase-operator_subs] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan.adoc[IteratorBase]::operator[] :relfileprefix: ../../../ :mrdocs: Accesses the element `i` positions from the current one. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/AnySpan/IteratorBase/reference.adoc[reference] operator[](xref:absl/AnySpan/IteratorBase/difference_type.adoc[difference_type] i) const; ---- == Return Value A reference to the element at the offset position. == Parameters [cols="1,4"] |=== | Name| Description | *i* | Offset from the current position. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#