RPCArg::ToString

Return the type string of the argument. Set oneline to allow it to be overridden by a custom oneline type string (m_opts.oneline_description).

Synopsis

Declared in <rpc/util.h>

std::string
ToString(bool oneline) const;

Return Value

The type string of the argument.

Parameters

NameDescription
onelineIf true, return the compact one-line representation.