In previous articles we’ve discussed how to make objects “move-aware” so that moves are more efficient than copies, and also how to forward objects efficiently between different scopes. In this article we’ll be looking at how different member function overloads can be called based on the (reference and const-ness) properties of the object itself. Even… Continue reading Move Semantics in Modern C++ (4)
↧