BloombergLP::balcl::operator<<

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

NameDescription
streamoutput stream
rhscommand-line object to write