Tag: rvalue
All the articles with the tag "rvalue".
-
C++ Move Semantics Explained: rvalue References, std::move, and Performance
Learn C++ move semantics from scratch. This tutorial explains rvalue references, the move constructor, move assignment operator, and std::move with clear examples.