The new book by Nico Josuttis is now available as an ebook draft.
C++ Move Semantics - The Complete Guide
by Nico Josuttis
About the book:
Having 200 pages, the description of move semantics is feature complete now. Only a few chapters about the use of move semantics in the C++ standard library are missing.
The book teaches all aspects of C++ move semantics. Starting from the basic principles it motivates and explains all features and corner cases (such as perfect returning with
decltype(auto)
) so that a C++ programmer can understand and use move semantics right in application code, when implementing classes, in generic code, and in foundation libraries.
Add a Comment
Comments are closed.