Return true if the specified specTable of length LENGTH has valid option specifications.
Declared in <balcl_commandline.h>
template<int LENGTH>
static
bool
isValidOptionSpecificationTable(OptionInfo const(& specTable)[]);
The specTable is statically-initialized. Optionally specify errorStream to which error messages are written. If no errorStream is specified, this method produces no output. See {Valid balcl::OptionInfo Specifications} for a description of the validity requirements.
true if specTable has valid option specifications, and false otherwise
| Name | Description |
|---|---|
| specTable | statically-initialized option specification table |