Moves the iterator back by one position.
Synopses
Declared in <absl/types/any_span.h>
Moves the iterator back by one position.
Iter&
operator‐‐();
Moves the iterator back by one position.
Iter
operator‐‐(int unused);
Return Value
-
A reference to this iterator.
-
A copy of the iterator before moving back.
Parameters
Name |
Description |
unused |
Unused tag distinguishing the postfix form. |
Created with MrDocs