Deleted copy constructor; copies must go through Copy().
Synopsis
Declared in <net.h>
CSerializedNetMsg(CSerializedNetMsg const& msg) = delete;
Parameters
Name |
Description |
msg |
The object to copy construct from |
Created with MrDocs