[#BloombergLP-balcl-operator_lshift-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::operator<< :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<balcl_typeinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/balcl/TypeInfo.adoc[TypeInfo] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#