TxGraph::Ref::operator=

Move assignment is disabled; a moved-from Ref would leave two Refs for one entry.

Synopsis

Declared in <txgraph.h>

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

Return Value

Reference to the current object

Parameters

NameDescription
otherThe Ref being assigned from.