Decrement operators
Declared in <bdlt_dayofweekset.h>
Regress this iterator to the previous valid element and return *this.
DayOfWeekSet_Iter&
operator--();
» more...
Regress this iterator and return a copy of its prior value.
DayOfWeekSet_Iter
operator--(int postfix);
» more...
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |