Write the enum value to stream using BDEX.
Declared in <bdlt_dayofweek.h>
Write the enum value to stream using BDEX.
template<class STREAM>
STREAM&
bdexStreamOut(
STREAM& stream,
DayOfWeek::Enum const& value,
int version);
» more...
Write the enum value to stream using BDEX.
template<class STREAM>
STREAM&
bdexStreamOut(
STREAM& stream,
MonthOfYear::Enum const& value,
int version);
» more...
a reference to stream
| Name | Description |
|---|---|
| stream | output stream receiving the BDEX encoding |
| value | enumeration value to stream |
| version | BDEX format version to use |