Content deleted Content added
Aiden Seiler (talk | contribs) No edit summary Tags: Visual edit repeating characters |
m Reverted edits by Aiden_Seiler (talk): Editing tests (HG) (3.1.19) |
||
Line 8:
== Overloading move assignment operator ==
To overload the move assignment operator, the signature of the
T& operator=(T&& data)
</syntaxhighlight>To successfully overload the move assignment operator, the following conditions must be met:
|