Write the enum value to stream using BDEX.

Synopses

Declared in <bdlt_dayofweek.h>

Write the enum value to stream using BDEX.

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

Write the enum value to stream using BDEX.

template<class STREAM>
STREAM&
bdexStreamOut(
    STREAM& stream,
    MonthOfYear::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