Increment operators
Synopses
Declared in <bdlt_dayofweekset.h>
Advance this iterator to the next valid element and return *this.
Advance this iterator and return a copy of its prior value.
DayOfWeekSet_Iter
operator++(int postfix);
Return Value
-
a reference providing modifiable access to this iterator
-
by value the value of this iterator before it was incremented
Parameters
Name |
Description |
postfix |
unused parameter distinguishing the postfix operator |
Created with MrDocs