Return true if the option with the specified name has been entered on the command line, and false otherwise. Note that, in order to receive a valid result, the command line must be successfully parsed.
Synopsis
Declared in <balcl_commandline.h>
bool
isSpecified(std::string_view const& name) const;
Created with MrDocs