Modern C++ In-Depth — Move Semantics, Part 2
Moves
Modern C++ In-Depth — Move Semantics, Part 2
by Phani Adusumilli
From the article
In this installment, we'll take a look at how we might go about defining move semantics for our own custom types, should we need them.