CNode::operator=

Deleted copy assignment; nodes are non-copyable.

Synopsis

Declared in <net.h>

CNode&
operator=(CNode const& other) = delete;

Return Value

Reference to the current object

Parameters

NameDescription
otherthe node that would be copied from.