Content deleted Content added
m Reverted edits by Aiden Seiler (talk) to last version by Smalljim |
Aiden Seiler (talk | contribs) No edit summary Tags: Visual edit repeating characters |
||
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:
|