BloombergLP::bdex_InStreamFunctions::streamIn

Read a MonthOfYear::Enum from the specified BDEX input stream.

Synopsis

Declared in <bdlt_monthofyear.h>

template<class STREAM>
STREAM&
streamIn(
    STREAM& stream,
    bdlt::MonthOfYear::Enum& variable,
    int version);

Return Value

a reference to stream

Parameters

NameDescription
streaminput stream providing the BDEX encoding
variablereceives the streamed enumeration value
versionBDEX format version to use