TxGraph::GetRefIndex

GetRefIndex overloads

Synopses

Declared in <txgraph.h>

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

static
GraphIndex&
GetRefIndex(Ref& arg) noexcept;
» more...

Access the internal index a Ref points to.

static
GraphIndex
GetRefIndex(Ref const& arg) noexcept;
» more...

Return Value

  • A mutable reference to the Ref's internal index.
  • The Ref's internal index.

Parameters

NameDescription
argThe Ref to inspect.