Decrement operators
Declared in <prevector.h>
Moves the iterator to the previous element.
iterator&
operator--();
» more...
Moves the iterator back, returning its previous value.
iterator
operator--(int postfix);
» more...
| Name | Description |
|---|---|
| postfix | Unused tag distinguishing the postfix form. |