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

Name

Description

other

The Ref being copied from.

Created with MrDocs