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
Name |
Description |
strArg |
Argument to get (e.g. "‐foo") |
Created with MrDocs