Write the value of the specified rhs object to the specified stream in a (multi‐line) human readable format and return a reference to stream. Note that the last line is not terminated by a newline character.

Synopsis

Declared in <balcl_typeinfo.h>

std::ostream&
operator<<(
    std::ostream& stream,
    TypeInfo const& rhs);

Created with MrDocs