TxGraph::GetRefIndex

Access the internal index a Ref points to (mutable overload).

Synopsis

Declared in <txgraph.h>

static
GraphIndex&
GetRefIndex(Ref& arg) noexcept;

Return Value

A mutable reference to the Ref's internal index.

Parameters

NameDescription
argThe Ref to inspect.