[#BloombergLP-balcl-operator_lshift-077] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::operator<< :relfileprefix: ../../ :mrdocs: Write the value of the specified `rhs` to the specified `stream`. == Synopsis Declared in `<balcl_optioninfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo] const& rhs); ---- == Description Write the value of the specified `rhs` object to the specified `stream` in a (multi‐line) human readable format and return a reference to `stream`. Note that the last line is _not_ terminated by a newline character. == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *rhs* | object to format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#