Return true if the option with name was entered on the command line.
Declared in <balcl_commandline.h>
bool
isSpecified(std::string_view const& name) const;
Note that, in order to receive a valid result, the command line must be successfully parsed.
true if the named option was entered on the command line, and false otherwise
| Name | Description |
|---|---|
| name | option name to query |