ArgsManager::IsArgNegated

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

NameDescription
strArgArgument to get (e.g. "-foo")