Write the options and their values in the specified rhs to the specified output stream in a (multi‐line) human readable format and return a reference to errorStream. Note that the last line is not terminated by a newline character.

Synopsis

Declared in <balcl_commandline.h>

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

Created with MrDocs