[#absl-AnySpan-const_iterator-operator_minus-01] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan/const_iterator.adoc[const_iterator]::operator‐ :relfileprefix: ../../../ :mrdocs: Returns an iterator moved back by `d` positions. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Iter operator‐(difference_type d) const; ---- == Return Value The moved iterator. == Parameters [cols="1,4"] |=== | Name| Description | *d* | Number of positions to move back. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#