In the previous two articles we looked at how to transfer “move-aware” objects, such as std::string, between variables, and also how to create a Movable class which logs all copy and move operations applied to it in order to gain a clearer picture of what is actually taking place. In this article we’re going to… Continue reading Move Semantics in Modern C++ (3)
↧