Print the specified errInfo object to the specified stream in human‐readable form and return a modifiable reference to stream. The output is one‐line without a terminating newline.

Synopsis

Declared in <balxml_errorinfo.h>

std::ostream&
operator<<(
    std::ostream& stream,
    ErrorInfo const& errInfo);

Created with MrDocs