[#RPCResults-2constructor-0e] = xref:RPCResults.adoc[RPCResults]::RPCResults :relfileprefix: ../ :mrdocs: Construct from a list of mutually exclusive results. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- RPCResults(std::initializer_list<RPCResult> results); ---- == Parameters [cols="1,4"] |=== | Name| Description | *results* | The possible results of the method. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#