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

Name

Description

other

The Ref being assigned from.

Created with MrDocs