This class implements an efficient value‐semantic, ordered set of DayOfWeek values. This set requires a fixed capacity, and all operations operate in constant time, and provide the no‐throw guarantee.
Synopsis
Declared in <bdlt_dayofweekset.h>
class DayOfWeekSet;
Type Aliases
Name |
Description |
Standard nested alias for set container's constant iterator. |
|
Standard nested alias for set container's constant reverse iterator. |
|
Standard nested alias for set container's iterator. |
|
Standard nested alias for set container's reverse iterator. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assign to this set the value of the specified |
|
Add the specified |
|
Return |
|
Assign to this object the value read from the specified input |
|
Write the value of this object, using the specified |
|
Return an iterator referencing the first valid element in this set. |
|
Return an iterator indicating one position past the last possible element in this set. |
|
Return |
|
Return |
|
Return the number of elements in this set. |
|
Assign to this set the intersection of this set with the specified |
|
Assign to this set the subtraction of the specified |
|
Assign to this set the exclusive‐or of this set with the specified |
|
Assign to this set the union of this set with the specified |
|
Format this object to the specified output |
|
Return a reverse iterator referencing the last valid element in this set. |
|
Remove the specified |
|
Remove all members of this set. |
|
Return a reverse iterator indicating one position before the first possible element in this set. |
Static Member Functions
Name |
Description |
|
Friends
Name |
Description |
Pass the specified |
|
Return a set containing the complement of the specified |
|
Return |
|
Return |
Non-Member Functions
Name |
Description |
Return a set containing the intersection of the specified |
|
Return a set containing the subtraction of the specified |
|
Return a set containing the exclusive‐or of the specified |
|
Return a set containing the union of the specified |
Created with MrDocs