Return list of arguments and whether they are named‐only.

Synopsis

Declared in <rpc/util.h>

std::vector<std::pair<std::string, bool>>
GetArgNames() const;

Return Value

Each argument's name paired with whether it is named‐only.

Created with MrDocs