Write the specified errInfo to the specified stream.

Synopsis

Declared in <balxml_errorinfo.h>

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

Description

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.

Return Value

a reference to the modifiable stream

Parameters

Name

Description

stream

output stream

errInfo

error information to write

Created with MrDocs