Same as the preceding overload, but write error messages to the specified errorStream.
Declared in <balcl_commandline.h>
static
bool
isValidOptionSpecificationTable(
OptionInfo const* specTable,
int length,
std::ostream& errorStream);
true if specTable has valid option specifications, and false otherwise
| Name | Description |
|---|---|
| specTable | option specification table |
| length | number of entries in specTable |
| errorStream | stream to which error messages are written |