Write a DayOfWeek::Enum to the specified BDEX output stream.

Synopsis

Declared in <bdlt_dayofweek.h>

template<class STREAM>
STREAM&
streamOut(
    STREAM& stream,
    bdlt::DayOfWeek::Enum const& value,
    int version);

Return Value

a reference to stream

Parameters

Name

Description

stream

output stream receiving the BDEX encoding

value

enumeration value to stream

version

BDEX format version to use

Created with MrDocs