Advance this iterator to the next element and return its previous value.
The behavior is undefined unless this iterator is in the range [begin() .. end())] for some list (i.e., the iterator is not singular, is not end(), and has not been invalidated).
previous value of this iterator
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |