Constructors
Synopses
Declared in <net.h>
Construct an empty serialized message.
constexpr
CSerializedNetMsg() = default;
Deleted copy constructor; copies must go through Copy().
CSerializedNetMsg(CSerializedNetMsg const& msg) = delete;
Move‐construct from another serialized message.
constexpr
CSerializedNetMsg(CSerializedNetMsg&& other) = default;
Parameters
Name |
Description |
other |
the message to move from. |
Created with MrDocs