Constructors

Synopses

Declared in <bdlt_dayofweekset.h>

Create a default (invalid) iterator.

Create an iterator having the value of the specified original iterator.

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 [0 .. 8]

Created with MrDocs