CSerializedNetMsg::operator=

Assignment operators

Synopses

Declared in <net.h>

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

CSerializedNetMsg&
operator=(CSerializedNetMsg const& other) = delete;
» more...

Move-assign from another serialized message.

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

Return Value

a reference to this message.

Parameters

NameDescription
otherthe message that would be copied from.