Move‐assign from another serialized message.
Synopsis
Declared in <net.h>
constexpr
CSerializedNetMsg&
operator=(CSerializedNetMsg&& other) = default;
Return Value
a reference to this message.
Parameters
Name |
Description |
other |
the message to move from. |
Created with MrDocs