Construct a message that takes ownership of the received data stream.
Synopsis
Declared in <net.h>
explicit
CNetMessage(DataStream&& recv_in);
Parameters
Name |
Description |
recv_in |
the received data stream to take ownership of. |
Created with MrDocs