CNetMessage::operator=

Deleted copy assignment; messages are move-only.

Synopsis

Declared in <net.h>

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

Return Value

Reference to the current object

Parameters

NameDescription
otherthe message that would be copied from.