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