This feature seems to be interesting and useful, but I would like to know its use case in practical applications. Like the difference it created, before adding this feature and once it got introduced.
Asked
Active
Viewed 69 times
0
-
Introduced in c++11. Allow to *move* resource, and implement a correct `unique_ptr` :-). – Jarod42 Mar 04 '16 at 21:21
-
2[Googling sounds like a good solution sometimes](http://www.cprogramming.com/c++11/rvalue-references-and-move-semantics-in-c++11.html). – skypjack Mar 04 '16 at 21:22
-
2You probably want [what are move semantics?](http://stackoverflow.com/q/3106110/2069064) – Barry Mar 04 '16 at 21:23