Lifetime extension of temporary objects in C++: common recommendations and pitfalls

1 · PVS-Studio blog · Nov. 1, 2022, 2:30 p.m.
After reading this article, you will learn the following: ways to extend the lifetime of a temporary object in C++, various tips and tricks; pitfalls of the lifetime extension that a C++ programmer may face, and that I have already faced myself....