ArgsManager::IsArgSet

Return true if the given argument has been manually set

Synopsis

Declared in <common/args.h>

[[requires_capability(0x7f2e381acfa8)]]
bool
IsArgSet(std::string const& strArg) const;

Return Value

true if the argument has been set

Parameters

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