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