Return true if the argument was originally passed as a negated option, i.e. ‐nofoo.
Synopsis
Declared in <common/args.h>
[[requires_capability(0x7f2e381ad0e8)]]
bool
IsArgNegated(std::string const& strArg) const;
Return Value
true if the argument was passed negated
Parameters
Name |
Description |
strArg |
Argument to get (e.g. "‐foo") |
Created with MrDocs