Back to Basics: C++ Move Semantics - Lecture 2022
Offered By: CppCon via YouTube
Course Description
Overview
Explore the intricacies of C++ move semantics in this comprehensive conference talk from CppCon 2022. Gain a solid understanding of this complex topic through a unique approach that demystifies common myths. Learn why move operations should be noexcept, how to write efficient move constructors and move assignment operators, and when to use std::move versus std::forward. Delve into the concept of moved-from objects and their proper usage. Discover how to optimize performance with ref-qualifiers. By the end of this 1-hour presentation, acquire the knowledge needed to write competitive, high-performance C++ code leveraging move semantics effectively.
Syllabus
Back to Basics: C++ Move Semantics - Andreas Fertig - CppCon 2022
Taught by
CppCon
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera