Amr Elroumy's Blog

Science, Programming & Personal Encounters


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?

Read more...

Comments