BloombergLP::balcl::CommandLine::printUsage

printUsage overloads

Synopses

Declared in <balcl_commandline.h>

Print usage describing the expected command line to stderr.

void
printUsage() const;
» more...

Print usage describing the expected command line to errorStream.

void
printUsage(std::ostream& errorStream) const;
» more...

Print usage to stderr, using the specified programName.

void
printUsage(std::string_view const& programName) const;
» more...

Print usage to errorStream, using the specified programName.

void
printUsage(
    std::ostream& errorStream,
    std::string_view const& programName) const;
» more...

Parameters

NameDescription
errorStreamstream to which usage is written
programNamename of the program in the printed usage