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