[#CSerializedNetMsg-2constructor-08a] = xref:CSerializedNetMsg.adoc[CSerializedNetMsg]::CSerializedNetMsg :relfileprefix: ../ :mrdocs: Move‐construct from another serialized message. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr CSerializedNetMsg(xref:CSerializedNetMsg.adoc[CSerializedNetMsg]&& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | the message to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#