Sign up or log in to watch the video
The C++ rvalue lifetime disaster
Arno Schoedl - a year 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
Senior Software Developer C#
SKIDATA GmbH
·
1 month ago
Salzburg, Austria
Hybrid
Softwareentwickler (m/w/d) Security-Eigenschaften
Beckhoff Automation GmbH & Co. KG
·
1 month ago
Berlin, Germany
Hybrid
Softwareentwickler (m/w/d)
NanoFocus AG
·
1 month ago
Oberhausen, Germany
Embedded Hardware/Software Spezialist (m/w/d)
Rosenxt Group
·
1 month ago
Lingen (Ems), Germany
Hybrid
Related Videos