TxGraph::GetRefIndex

Access the internal index a Ref points to.

Synopsis

Declared in <txgraph.h>

static
GraphIndex
GetRefIndex(Ref const& arg) noexcept;

Return Value

The Ref's internal index.

Parameters

NameDescription
argThe Ref to inspect.