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