rapidxml

◆ operator<<()

template<class Ch >
std::basic_ostream< Ch > & operator<< ( std::basic_ostream< Ch > &  out,
const xml_node< Ch > &  node 
)
inline

Prints formatted XML to given output stream. Uses default printing flags. Use print() function to customize printing process.

Parameters
outOutput stream to print to.
nodeNode to be printed.
Returns
Output stream.

References print().