Constructors
Declared in <bdlt_dayofweekset.h>
Create an empty set.
DayOfWeekSet();
» more...
Create a set initialized to the value of the specified original set.
DayOfWeekSet(DayOfWeekSet const& original);
» more...
| Name | Description |
|---|---|
| original | set whose value is copied |