[#BloombergLP-bdex_InStreamFunctions-streamIn-030] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdex_InStreamFunctions.adoc[bdex_InStreamFunctions]::streamIn :relfileprefix: ../../ :mrdocs: Read a `DayOfWeek::Enum` from the specified BDEX input `stream`. == Synopsis Declared in `<bdlt_dayofweek.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& streamIn( STREAM& stream, xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[bdlt::DayOfWeek::Enum]& variable, int version); ---- == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | input stream providing the BDEX encoding | *variable* | receives the streamed enumeration value | *version* | BDEX format version to use |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#