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

Name

Description

other

the node that would be copied from.

Created with MrDocs