[#TxGraph-Ref-2constructor-00] = xref:TxGraph.adoc[TxGraph]::xref:TxGraph/Ref.adoc[Ref]::Ref :relfileprefix: ../../ :mrdocs: Copy construction is disabled: a TxGraph entry can have at most one Ref pointing to it. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Ref(xref:TxGraph/Ref.adoc[Ref] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The Ref being copied from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#