Print the specified node type value to the specified stream in human-readable form and return a modifiable reference to stream.
Declared in <balxml_reader.h>
std::ostream&
operator<<(
std::ostream& stream,
Reader::NodeType value);
a modifiable reference to stream
| Name | Description |
|---|---|
| stream | output stream to receive the node type |
| value | node type enumerator to print |