Move‐construct a Ref, transferring ownership of the referenced transaction.
Synopsis
Declared in <txgraph.h>
Ref(Ref&& other) noexcept;
Parameters
Name |
Description |
other |
The Ref to move from. |
Created with MrDocs