BloombergLP::bdlt::DayOfWeekSet_Iter::operator--

Decrement operators

Synopses

Declared in <bdlt_dayofweekset.h>

Regress this iterator to the previous valid data element, and return a reference providing modifiable access to this iterator. If there is no preceding data element, the value of reverse_iterator(*this) will be rend().

DayOfWeekSet_Iter&
operator--();
» more...

Regress this iterator to the previous valid data element, and return by value the value of this iterator before it was decremented. If there is no preceding data element, the value of reverse_iterator(*this) will be rend().

DayOfWeekSet_Iter
operator--(int);
» more...