C++ Move Semantics Archives

RECENT

Master C++ copy semantics.

While C++ has always been known for high-performance and fast programs, the introduction of C++11 has made...

Exploring C++ Rvalue references.

In the last two posts — Master C++ Copy Semantics and Inside Lvalues & Rvalues in C++...

C++ the rule of 5 explained.

After learning about Rvalue references in previous posts, the question of the usefulness of such a construct...