TxGraph::GetRefGraph

Access the graph a Ref belongs to.

Synopsis

Declared in <txgraph.h>

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

Return Value

The Ref's owning graph pointer.

Parameters

NameDescription
argThe Ref to inspect.