CNetMessage::CNetMessage

Deleted copy constructor; messages are move-only.

Synopsis

Declared in <net.h>

CNetMessage(CNetMessage const& other) = delete;

Parameters

NameDescription
otherthe message that would be copied from.