Move semantics and rvalue references in C++11
July 11, 2013
Questions we want to answer in this post
- Why do we need move semantics?
- What's the deal with rvalues, lvalues, and their references?
- How to make use of the move semantics?
- How do we force a move?
- What are other uses for rvalue references?