Decrement operators
Declared in <bslstl_list.h>
Regress this iterator to the previous element and return its new value.
List_Iterator<VALUE>&
operator--();
» more...
Regress this iterator to the previous element and return its previous value.
List_Iterator<VALUE>
operator--(int postfix);
» more...
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |