[#BloombergLP-balxml-operator_lshift-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::operator<< :relfileprefix: ../../ :mrdocs: Print the specified node type `value` to the specified `stream` in human‐readable form and return a modifiable reference to `stream`. == Synopsis Declared in `<balxml_reader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/balxml/Reader/NodeType-02.adoc[Reader::NodeType] value); ---- == Return Value a modifiable reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream to receive the node type | *value* | node type enumerator to print |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#