Advances the iterator by one position.
Declared in <absl/types/any_span.h>
Advances the iterator by one position.
Iter&
operator++();
» more...
Advances the iterator by one position.
Iter
operator++(int unused);
» more...
| Name | Description |
|---|---|
| unused | Unused tag distinguishing the postfix form. |