Write the options and values in rhs to stream in human-readable form.
Declared in <balcl_commandline.h>
std::ostream&
operator<<(
std::ostream& stream,
CommandLine const& rhs);
Use a (multi-line) human readable format and return a reference to stream. Note that the last line is not terminated by a newline character.
reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | command-line object to write |