Move Semantics in C++11/14/17/20

In this post we are going to understand what is Move Semantics in C++11/14/17/20.As we already understood what are lvalues and rvalues, also we understand what are lvalue and rvalue references, now we are ready to understand what is move semantics concept in C++11/14/17/20 and how to use it. What is Move Semantics in C++11/14/17/20 …

Move Semantics in C++11/14/17/20 Read More »