Move assignment operator: Difference between revisions

Content deleted Content added
Added tags to the page using Page Curation (stub, uncategorised)
Added tags to the page using Page Curation (copy edit)
Line 1:
{{copy edit|date=February 2016}}
 
In the [[C++|C++ programming language]], the move assignment operator (=), is used for transferring ownership (moving) of an an already instantiated object or resource to another object. The move assignment operator, like most of the other C++ operators, can be [[Operator overloading|overloaded]]. It is one the of the [[special member functions]].<ref>{{Cite journal|title = Special member functions|url = https://en.wikipedia.org/w/index.php?title=Special_member_functions&oldid=662581955|journal = Wikipedia, the free encyclopedia|language = en}}</ref>