CSerializedNetMsg::CSerializedNetMsg

Constructors

Synopses

Declared in <net.h>

Construct an empty serialized message.

constexpr
CSerializedNetMsg() = default;
» more...

Deleted copy constructor; copies must go through Copy().

CSerializedNetMsg(CSerializedNetMsg const& msg) = delete;
» more...

Move-construct from another serialized message.

constexpr
CSerializedNetMsg(CSerializedNetMsg&& other) = default;
» more...

Parameters

NameDescription
otherthe message to move from.