Deleted copy constructor; nodes are non‐copyable.
Declared in <net.h>
<net.h>
CNode(CNode const& other) = delete;
Name
Description
other
the node that would be copied from.
Created with MrDocs