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