[#CNetMessage-operator_assign-01] = xref:CNetMessage.adoc[CNetMessage]::operator= :relfileprefix: ../ :mrdocs: Deleted copy assignment; messages are move‐only. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CNetMessage.adoc[CNetMessage]& operator=(xref:CNetMessage.adoc[CNetMessage] const& other) = delete; ---- == Return Value Reference to the current object == Parameters [cols="1,4"] |=== | Name| Description | *other* | the message that would be copied from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#