[#CNetMessage-operator_assign-0c] = xref:CNetMessage.adoc[CNetMessage]::operator= :relfileprefix: ../ :mrdocs: Move‐assign a message. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CNetMessage.adoc[CNetMessage]& operator=(xref:CNetMessage.adoc[CNetMessage]&& other) = default; ---- == Return Value a reference to this message. == Parameters [cols="1,4"] |=== | Name| Description | *other* | the message to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#