Advance this iterator to the next valid data element, and return by value the value of this iterator before it was incremented. If there is no next valid data element, this iterator will be set equal to end().
Synopsis
Declared in <bdlt_dayofweekset.h>
DayOfWeekSet_Iter
operator++(int);
Created with MrDocs