Advances the iterator 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 advance. |
Created with MrDocs