Constructors
Synopses
Declared in <rpc/util.h>
Construct from a single result.
RPCResults(RPCResult result);
Construct from a list of mutually exclusive results.
RPCResults(std::initializer_list<RPCResult> results);
Parameters
Name |
Description |
result |
The only possible result. |
results |
The possible results of the method. |
Created with MrDocs