Load into variable the enum value read from stream using BDEX.
Declared in <bdlt_dayofweek.h>
Load into variable the enum value read from stream using BDEX.
template<class STREAM>
STREAM&
bdexStreamIn(
STREAM& stream,
DayOfWeek::Enum& variable,
int version);
» more...
Load into variable the enum value read from stream using BDEX.
template<class STREAM>
STREAM&
bdexStreamIn(
STREAM& stream,
MonthOfYear::Enum& variable,
int version);
» more...
a reference to stream
| Name | Description |
|---|---|
| stream | input stream providing the BDEX encoding |
| variable | receives the streamed enumeration value |
| version | BDEX format version to use |