Move‐construct a message.
Synopsis
Declared in <net.h>
constexpr
CNetMessage(CNetMessage&& other) = default;
Parameters
Name |
Description |
other |
the message to move from. |
Created with MrDocs
Move‐construct a message.
Declared in <net.h>
constexpr
CNetMessage(CNetMessage&& other) = default;
Name |
Description |
other |
the message to move from. |
Created with MrDocs