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