Constructors
Synopses
Declared in <txgraph.h>
Construct an empty Ref. It can be initialized through TxGraph::AddTransaction.
constexpr
Ref() noexcept = default;
Copy construction is disabled: a TxGraph entry can have at most one Ref pointing to it.
Move‐construct a Ref, transferring ownership of the referenced transaction.
Parameters
Name |
Description |
other |
The Ref being copied from. |
Created with MrDocs