CNode::CNode

Deleted copy constructor; nodes are non-copyable.

Synopsis

Declared in <net.h>

CNode(CNode const& other) = delete;

Parameters

NameDescription
otherthe node that would be copied from.