TxGraph::GetRefGraph

Access the graph a Ref belongs to (mutable overload).

Synopsis

Declared in <txgraph.h>

static
TxGraph*&
GetRefGraph(Ref& arg) noexcept;

Return Value

A mutable reference to the Ref's owning graph pointer.

Parameters

NameDescription
argThe Ref to inspect.