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