Write a MonthOfYear::Enum to the specified BDEX output stream.
Synopsis
Declared in <bdlt_monthofyear.h>
template<class STREAM>
STREAM&
streamOut(
STREAM& stream,
bdlt::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