Decrement operators
Synopses
Declared in <bslstl_list.h>
Regress this iterator to the previous element and return its new value.
Regress this iterator to the previous element and return its previous value.
List_Iterator<VALUE>
operator‐‐(int postfix);
Return Value
-
modifiable reference to this iterator
-
previous value of this iterator
Parameters
Name |
Description |
postfix |
unused parameter distinguishing the postfix operator |
Created with MrDocs