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

Name

Description

other

the message that would be copied from.

Created with MrDocs