[#absl-AnySpan-IteratorBase-operator_star] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan.adoc[IteratorBase]::operator* :relfileprefix: ../../../ :mrdocs: Dereferences the iterator. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/AnySpan/IteratorBase/reference.adoc[reference] operator*() const; ---- == Return Value A reference to the current element. [.small]#Created with https://www.mrdocs.com[MrDocs]#