[#BloombergLP-bdlt-bdexStreamOut-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::bdexStreamOut :relfileprefix: ../../ :mrdocs: `bdexStreamOut` overloads == Synopses Declared in `<bdlt_dayofweek.h>` Write the specified `value`, using the specified `version` format, to the specified output `stream`, and return a reference to `stream`. If `stream` is initially invalid, this operation has no effect. If `version` is not supported by `DayOfWeek`, `stream` is invalidated, but otherwise unmodified. The behavior is undefined unless `STREAM` is BDEX‐compliant. Note that `version` is not written to `stream`. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& xref:BloombergLP/bdlt/bdexStreamOut-07.adoc[bdexStreamOut]( STREAM& stream, xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[DayOfWeek::Enum] const& value, int version); ---- [.small]#xref:BloombergLP/bdlt/bdexStreamOut-07.adoc[_» more..._]# Write the specified `value`, using the specified `version` format, to the specified output `stream`, and return a reference to `stream`. If `stream` is initially invalid, this operation has no effect. If `version` is not supported by `MonthOfYear`, `stream` is invalidated, but otherwise unmodified. The behavior is undefined unless `STREAM` is BDEX‐compliant. Note that `version` is not written to `stream`. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& xref:BloombergLP/bdlt/bdexStreamOut-02.adoc[bdexStreamOut]( STREAM& stream, xref:BloombergLP/bdlt/MonthOfYear/Enum.adoc[MonthOfYear::Enum] const& value, int version); ---- [.small]#xref:BloombergLP/bdlt/bdexStreamOut-02.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#