[#TxGraph-GetRefGraph-02] = xref:TxGraph.adoc[TxGraph]::GetRefGraph :relfileprefix: ../ :mrdocs: Access the graph a Ref belongs to. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:TxGraph.adoc[TxGraph]* GetRefGraph(xref:TxGraph/Ref.adoc[Ref] const& arg) noexcept; ---- == Return Value The Ref's owning graph pointer. == Parameters [cols="1,4"] |=== | Name| Description | *arg* | The Ref to inspect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#