GetRefIndex overloads
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...
| Name | Description |
|---|---|
| arg | The Ref to inspect. |