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