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