streamIn overloads
Declared in <bdlt_dayofweek.h>
Read a DayOfWeek::Enum from the specified BDEX input stream.
template<class STREAM>
STREAM&
streamIn(
STREAM& stream,
bdlt::DayOfWeek::Enum& variable,
int version);
» more...
Read a MonthOfYear::Enum from the specified BDEX input stream.
template<class STREAM>
STREAM&
streamIn(
STREAM& stream,
bdlt::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 |