Moves the iterator back by d positions.
Synopsis
Declared in <absl/types/any_span.h>
Iter&
operator‐=(difference_type d);
Return Value
A reference to this iterator.
Parameters
Name |
Description |
d |
Number of positions to move back. |
Created with MrDocs