[#absl-AnySpan-iterator-operator_subs] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan/iterator.adoc[iterator]::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"] ---- reference operator[](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]#