Write the options and values in rhs to stream in human‐readable form.

Synopsis

Declared in <balcl_commandline.h>

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

Description

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.

Return Value

reference to stream

Parameters

Name

Description

stream

output stream

rhs

command‐line object to write

Created with MrDocs