Modern C++ In-Depth — Move Semantics, Part 1

Moves

Modern C++ In-Depth — Move Semantics, Part 1

by Ralph Kootker

From the article

This week, we’re beginning a new series of posts exploring some of the more technically challenging features of C++11 and beyond. [...] For our first topic, we’re going to take a look at how we can use move-semantics to avoid some potentially expensive copies.

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.