[#CSerializedNetMsg-operator_assign-04] = xref:CSerializedNetMsg.adoc[CSerializedNetMsg]::operator= :relfileprefix: ../ :mrdocs: Assignment operators == Synopses Declared in `<net.h>` Deleted copy assignment; copies must go through Copy(). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CSerializedNetMsg.adoc[CSerializedNetMsg]& xref:CSerializedNetMsg/operator_assign-08.adoc[operator=](xref:CSerializedNetMsg.adoc[CSerializedNetMsg] const& other) = delete; ---- [.small]#xref:CSerializedNetMsg/operator_assign-08.adoc[_» more..._]# Move‐assign from another serialized message. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CSerializedNetMsg.adoc[CSerializedNetMsg]& xref:CSerializedNetMsg/operator_assign-0d.adoc[operator=](xref:CSerializedNetMsg.adoc[CSerializedNetMsg]&& other) = default; ---- [.small]#xref:CSerializedNetMsg/operator_assign-0d.adoc[_» more..._]# == Return Value a reference to this message. == Parameters [cols="1,4"] |=== | Name| Description | *other* | the message that would be copied from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#