[#CNode-2constructor-05] = xref:CNode.adoc[CNode]::CNode :relfileprefix: ../ :mrdocs: Deleted copy constructor; nodes are non‐copyable. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CNode(xref:CNode.adoc[CNode] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | the node that would be copied from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#