BloombergLP::balxml::operator<<

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>

std::ostream&
operator<<(
    std::ostream& stream,
    Reader::NodeType value);

Return Value

a modifiable reference to stream

Parameters

NameDescription
streamoutput stream to receive the node type
valuenode type enumerator to print