Access the graph a Ref belongs to.

Synopsis

Declared in <txgraph.h>

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

Return Value

The Ref's owning graph pointer.

Parameters

Name

Description

arg

The Ref to inspect.

Created with MrDocs