[#absl-AnySpan-IteratorBase-operator_minus-0e] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan.adoc[IteratorBase]::operator‐ :relfileprefix: ../../../ :mrdocs: Returns the distance to another iterator. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/AnySpan/IteratorBase/difference_type.adoc[difference_type] operator‐(Iter const& other) const; ---- == Return Value The number of positions from `other` to this iterator. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The iterator to measure against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#