Sign up or log in to watch the video
The C++ rvalue lifetime disaster
Arno Schoedl - 2 years 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
Software Developer C++ (m/w/d)
ROSEN Technology and Research Center GmbH
·
20 days ago
Osnabrück, Germany
+1
Hybrid
Senior Code Module (.NET) Engineer (m/f/x)
Dynatrace
·
1 month ago
Linz, Austria
Hybrid
Senior Hardware Engineer (m/w/d)
AVT STOYE GmbH
·
1 month ago
Köln, Germany
Hybrid
Software Developer Qt/C++ (m/f/d)
Safetec GmbH
·
1 month ago
Heidelberg, Germany
Related Videos