Return true if the given argument has been manually set
Declared in <common/args.h>
[[requires_capability(0x7f2e381acfa8)]]
bool
IsArgSet(std::string const& strArg) const;
true if the argument has been set
| Name | Description |
|---|---|
| strArg | Argument to get (e.g. "-foo") |