Copy with replacement options, for stamping new opts onto an existing result.
Synopsis
Declared in <rpc/util.h>
RPCResult(
RPCResult const& other,
RPCResultOptions opts);
Parameters
Name |
Description |
other |
The result to copy. |
opts |
The options to apply to the copy. |
Created with MrDocs