Assignment operators
Synopses
Declared in <net.h>
Deleted copy assignment; copies must go through Copy().
CSerializedNetMsg&
operator=(CSerializedNetMsg const& other) = delete;
Move‐assign from another serialized message.
constexpr
CSerializedNetMsg&
operator=(CSerializedNetMsg&& other) = default;
Return Value
a reference to this message.
Parameters
Name |
Description |
other |
the message that would be copied from. |
Created with MrDocs