Advance this iterator to the next valid element and return *this.
Synopsis
Declared in <bdlt_dayofweekset.h>
DayOfWeekSet_Iter&
operator++();
Description
Advance this iterator to the next valid data element, and return a reference providing modifiable access to this iterator. If there is no next valid data element, this iterator will be set equal to end().
Return Value
a reference providing modifiable access to this iterator
Created with MrDocs