Deleted copy constructor; nodes are non‐copyable.

Synopsis

Declared in <net.h>

CNode(CNode const& other) = delete;

Parameters

Name

Description

other

the node that would be copied from.

Created with MrDocs