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