This struct provides a namespace for enumerating day-of-week values. See Enum in the TYPES sub-section for details.
Declared in <bdlt_dayofweek.h>
struct DayOfWeek;
This struct: * supports a complete set of enumeration operations For terminology see bsldoc_glossary.
| Name | Description |
|---|---|
Day | Deprecated alias for Enum. |
| Name | Description |
|---|---|
Enum | Enumerated day-of-week values. |
| Name | Description |
|---|---|
bdexStreamIn | Assign to variable the value read from stream using the BDEX protocol. |
bdexStreamOut | Write value to stream using the specified BDEX version format. |
maxSupportedBdexVersion | maxSupportedBdexVersion overloads |
print | Write the string representation of the specified enumeration value to the specified output stream. |
toAscii | Return the abbreviated character-string representation of the enumerator corresponding to the specified dayOfWeek. |