GetRefGraph overloads
Declared in <txgraph.h>
Access the graph a Ref belongs to (mutable overload).
static
TxGraph*&
GetRefGraph(Ref& arg) noexcept;
» more...
Access the graph a Ref belongs to.
static
TxGraph*
GetRefGraph(Ref const& arg) noexcept;
» more...
| Name | Description |
|---|---|
| arg | The Ref to inspect. |