Return true if the specified (statically-initialized) specTable has a valid set of command-line option specifications, and false otherwise.
Declared in <balcl_commandline.h>
template<int LENGTH>
static
bool
isValidOptionSpecificationTable(
OptionInfo const(& specTable)[],
std::ostream& errorStream);
Write error messages to the specified errorStream.
true if specTable has valid option specifications, and false otherwise
| Name | Description |
|---|---|
| specTable | statically-initialized option specification table |
| errorStream | stream to which error messages are written |