Move‐assign a message.

Synopsis

Declared in <net.h>

constexpr
CNetMessage&
operator=(CNetMessage&& other) = default;

Return Value

a reference to this message.

Parameters

Name

Description

other

the message to move from.

Created with MrDocs