[#BloombergLP-bbldc-operator_lshift] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bbldc.adoc[bbldc]::operator<< :relfileprefix: ../../ :mrdocs: 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 `bbldc::DayCountConvention::Enum` value. Note that this method has the same behavior as ` bbldc::DayCountConvention::print(stream, value, 0, ‐1); ` == Synopsis Declared in `<bbldc_daycountconvention.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bbldc/DayCountConvention/Enum.adoc[DayCountConvention::Enum] value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#