All Talks

The Hidden Secrets of Move Semantics

https://cppcon.org/ https://github.com/CppCon/CppCon2020

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, experienced programmers struggle with all the details of move semantics. And style guides still recommend different consequences for programming even of trivial classes. And in the C++ community we still discuss semantic details.

While I took the time to write …

You might be interested in: