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