Return true if the specified (statically‐initialized) specTable has a valid set of command‐line option specifications, and false otherwise. Write error messages to the specified errorStream.

Synopsis

Declared in <balcl_commandline.h>

template<int LENGTH>
static
bool
isValidOptionSpecificationTable(
    OptionInfo(& specTable)[],
    std::ostream& errorStream);

Created with MrDocs