Increment operators
Synopses
Declared in <prevector.h>
Advances the iterator to the next element.
Advances the iterator, returning its previous value.
iterator
operator++(int postfix);
Return Value
-
A reference to this iterator.
-
A copy of the iterator before it was advanced.
Parameters
Name |
Description |
postfix |
Unused tag distinguishing the postfix form. |
Created with MrDocs