Deleted copy constructor; messages are move‐only.

Synopsis

Declared in <net.h>

CNetMessage(CNetMessage const& other) = delete;

Parameters

Name

Description

other

the message that would be copied from.

Created with MrDocs