TxGraph::Ref::operator=

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

Synopsis

Declared in <txgraph.h>

Ref&
operator=(Ref const& other) = delete;

Return Value

Reference to the current object

Parameters

NameDescription
otherThe Ref being assigned from.