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