CSerializedNetMsg::operator=

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

Synopsis

Declared in <net.h>

CSerializedNetMsg&
operator=(CSerializedNetMsg const& other) = delete;

Return Value

Reference to the current object

Parameters

NameDescription
otherthe message that would be copied from.