GetRefGraph overloads
Synopses
Declared in <txgraph.h>
Access the graph a Ref belongs to (mutable overload).
static
TxGraph*&
GetRefGraph(Ref& arg) noexcept;
Access the graph a Ref belongs to.
static
TxGraph*
GetRefGraph(Ref const& arg) noexcept;
Return Value
-
A mutable reference to the Ref's owning graph pointer.
-
The Ref's owning graph pointer.
Parameters
Name |
Description |
arg |
The Ref to inspect. |
Created with MrDocs