The C++ Rvalue Lifetime Disaster
Offered By: CppNow via YouTube
Course Description
Overview
Explore the intricacies and pitfalls of rvalue references in C++ through this conference talk from CppNow 2021. Delve into the original purpose of rvalue references for efficient object moving and their use in the C++ standard library. Examine how the language itself violates assumptions about rvalue reference lifetimes, leading to potential memory corruption issues. Learn about problematic scenarios involving const& bindings and temporary lifetime extension. Discover a library-only approach to mitigate these problems and consider a proposal for addressing these issues at the language level. Gain insights from Arno Schödl, an experienced software architect, as he shares real-world examples and solutions to these complex C++ challenges.
Syllabus
The C++ Rvalue Lifetime Disaster - Arno Schödl - [CppNow 2021]
Taught by
CppNow
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