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);

Created with MrDocs