C++ Move Semantics - The Complete Guide: 2nd Edition
English | 2022 | ISBN: 3967309002 | 264 Pages | PDF EPUB (True) | 6 MB
English | 2022 | ISBN: 3967309002 | 264 Pages | PDF EPUB (True) | 6 MB
Move semantics, introduced with C++11, has become a hallmark of modern C++ programming. However, it also complicates the language in many ways. Even after several years of support of move semantics experienced programmers struggle with all the details of move semantics. And style guides still don't recommend the right consequences for programming even of trivial classes. Time to explain all aspects of C++ move semantics in detail.