Return the description string, including the argument type and whether the argument is required.
Declared in <rpc/util.h>
std::string
ToDescriptionString(bool is_named_arg) const;
The full description string.
| Name | Description |
|---|---|
| is_named_arg | Whether the argument is passed as a named argument. |