Access the graph a Ref belongs to (mutable overload).

Synopsis

Declared in <txgraph.h>

static
TxGraph*&
GetRefGraph(Ref& arg) noexcept;

Return Value

A mutable reference to the Ref's owning graph pointer.

Parameters

Name

Description

arg

The Ref to inspect.

Created with MrDocs