The Nightmare of Move Semantics for Trivial C++ Classes
Offered By: NDC Conferences via YouTube
Course Description
Overview
Explore the complexities of implementing a simple C++ class with multiple string members in this 42-minute conference talk. Delve into the challenges of creating efficient and fast code for ordinary application programmers. Through live coding demonstrations, examine various implementation approaches, including constructors passing by value, reference, and perfect forwarding. Witness the progression from seemingly straightforward concepts to advanced C++ topics such as universal/forwarding references, enable_if, type traits, and concepts. Uncover surprising conclusions about move semantics in trivial C++ classes and gain valuable insights for optimizing your code.
Syllabus
The Nightmare of Move Semantics for Trivial C++ Classes - Nicolai Josuttis
Taught by
NDC Conferences
Related Courses
Основы разработки на C++: красный поясMoscow Institute of Physics and Technology via Coursera Complete Modern C++ (C++11/14/17)
Udemy C++: Advanced Topics
LinkedIn Learning C++ 17: Beyond the Basics
Pluralsight Master C++
LinkedIn Learning