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
Name |
Description |
arg |
The Ref to inspect. |
Created with MrDocs