GetRefIndex overloads

Synopses

Declared in <txgraph.h>

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

static
GraphIndex&
GetRefIndex(Ref& arg) noexcept;

Access the internal index a Ref points to.

static
GraphIndex
GetRefIndex(Ref const& arg) noexcept;

Return Value

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

  • The Ref's internal index.

Parameters

Name

Description

arg

The Ref to inspect.

Created with MrDocs