[#TxGraph-GetRefGraph-0a8] = xref:TxGraph.adoc[TxGraph]::GetRefGraph :relfileprefix: ../ :mrdocs: Access the graph a Ref belongs to (mutable overload). == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:TxGraph.adoc[TxGraph]*& GetRefGraph(xref:TxGraph/Ref.adoc[Ref]& arg) noexcept; ---- == Return Value A mutable reference to 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]#