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