Return true if this command-line object is configured with an option having the specified name, and false otherwise.
Declared in <balcl_commandline.h>
bool
hasOption(std::string_view const& name) const;
true if an option with name is configured, and false otherwise
| Name | Description |
|---|---|
| name | option name to look up |