CSerializedNetMsg::operator=

Move-assign from another serialized message.

Synopsis

Declared in <net.h>

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

Return Value

a reference to this message.

Parameters

NameDescription
otherthe message to move from.