[#BloombergLP-balcl-CommandLine-isValidOptionSpecificationTable-03] = 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` of the specified `LENGTH` has a valid set of command‐line option specifications, and `false` otherwise. 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. == 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)[]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#