Sign up or log in to watch the video
The C++ rvalue lifetime disaster
Arno Schoedl - 9 months ago
Rvalue references have been with us since C++11. They have originally been introduced to make moving objects more efficient: the object an rvalue reference references is assumed to go out of scope soon and thus may have its resources scavenged without harm. The C++ standard library, for example std::cref or std::ranges, makes use of yet another aspect of rvalue references: since they go out of scope soon, it is assumed unsafe to hold on to them beyond the scope of the current function, while lvalue references are considered safe. We, too, found this assumption to be very useful for smart memory management, in particular in generic code...
Jobs with related skills
Embedded Software Engineer (m/f/x)
Lauterbach GmbH
·
1 month ago
Höhenkirchen-Siegertsbrunn, Germany
All levels Software Engineer (all genders)
TeamViewer Germany GmbH
·
3 months ago
Munich, Germany
+7
Hybrid
Simulation Software Engineer Visualisation (f/m/d)
CT Software Engineering GmbH
·
11 days ago
Ingolstadt, Germany
Senior Software Application Engineer – Android (f/m/d)
cinemo GmbH
·
19 days ago
Karlsruhe, Germany
Hybrid
Related Videos