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
Name |
Description |
other |
the message that would be copied from. |
Created with MrDocs