[#CSerializedNetMsg-2constructor-0c] = xref:CSerializedNetMsg.adoc[CSerializedNetMsg]::CSerializedNetMsg :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<net.h>` Construct an empty serialized message. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CSerializedNetMsg/2constructor-089.adoc[CSerializedNetMsg]() = default; ---- [.small]#xref:CSerializedNetMsg/2constructor-089.adoc[_» more..._]# Deleted copy constructor; copies must go through Copy(). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CSerializedNetMsg/2constructor-084.adoc[CSerializedNetMsg](xref:CSerializedNetMsg.adoc[CSerializedNetMsg] const& msg) = delete; ---- [.small]#xref:CSerializedNetMsg/2constructor-084.adoc[_» more..._]# Move‐construct from another serialized message. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CSerializedNetMsg/2constructor-08a.adoc[CSerializedNetMsg](xref:CSerializedNetMsg.adoc[CSerializedNetMsg]&& other) = default; ---- [.small]#xref:CSerializedNetMsg/2constructor-08a.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | the message to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#