TxGraph::Ref::Ref

Copy construction is disabled: a TxGraph entry can have at most one Ref pointing to it.

Synopsis

Declared in <txgraph.h>

Ref(Ref const& other) = delete;

Parameters

NameDescription
otherThe Ref being copied from.