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

Name

Description

stream

output stream to receive the node type

value

node type enumerator to print

Created with MrDocs