Write a MonthOfYear::Enum to the specified BDEX output stream.
Declared in <bdlt_monthofyear.h>
template<class STREAM>
STREAM&
streamOut(
STREAM& stream,
bdlt::MonthOfYear::Enum const& value,
int version);
a reference to stream
| Name | Description |
|---|---|
| stream | output stream receiving the BDEX encoding |
| value | enumeration value to stream |
| version | BDEX format version to use |