Constructors
Declared in <bdlt_dayofweekset.h>
Create a default (invalid) iterator.
DayOfWeekSet_Iter();
» more...
Create an iterator having the value of the specified original iterator.
DayOfWeekSet_Iter(DayOfWeekSet_Iter const& original);
» more...
Create an iterator from the specified data bitmask and index.
DayOfWeekSet_Iter(
int data,
int index);
» more...
| Name | Description |
|---|---|
| original | iterator to copy |
| data | days-of-week bitmask with bit 0 unused |
| index | iterator position in [0 .. 8] |