BloombergLP::bdlt::operator<<

Write the string representation of the specified enumeration value to the specified output stream in a single-line format, and return a reference to stream. See toAscii for what constitutes the string representation of a bdlt::MonthOfYear::Enum value. Note that this method has the same behavior as ` bdlt::MonthOfYear::print(stream, value, 0, -1); `

Synopsis

Declared in <bdlt_monthofyear.h>

std::ostream&
operator<<(
    std::ostream& stream,
    MonthOfYear::Enum value);