[#BloombergLP-balcl-CommandLine-isValidOptionSpecificationTable-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/CommandLine.adoc[CommandLine]::isValidOptionSpecificationTable :relfileprefix: ../../../ :mrdocs: Return `true` if the specified (statically‐initialized) `specTable` has a valid set of command‐line option specifications, and `false` otherwise. == Synopsis Declared in `<balcl_commandline.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<int LENGTH> static bool isValidOptionSpecificationTable( xref:BloombergLP/balcl/OptionInfo.adoc[OptionInfo] const(& specTable)[], std::ostream& errorStream); ---- == Description Write error messages to the specified `errorStream`. == Return Value `true` if `specTable` has valid option specifications, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *specTable* | statically‐initialized option specification table | *errorStream* | stream to which error messages are written |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#