BloombergLP::balcl::CommandLine::CommandLine

Same as the overload taking const OptionInfo (&)[LENGTH], but accepts a non-const specTable whose entries may be updated in place.

Synopsis

Declared in <balcl_commandline.h>

template<int LENGTH>
explicit
CommandLine(
    OptionInfo(& specTable)[],
    bslma::Allocator* basicAllocator = 0);

Parameters

NameDescription
specTableoption specification table (may be updated in place)
basicAllocatormemory allocator (or 0 for the default)