Login
From:
Andrzej's C++ blog
(Uncensored)
subscribe
The double life of objects | Andrzej's C++ blog
https://akrzemi1.wordpress.com/2023/12/18/the-double-life-of-objets/
links
backlinks
Tagged with:
programming
advanced-c++
value semantics
Roast topics
Find topics
Find it!
Some common knowledge: the lifetime of the object starts when its initialization is complete. Based on this we can get some further expectations: an object becomes const only after its initializati…