cpp
CPP
- https://www.stroustrup.com/hopl20main-p5-p-bfc9cd4--final.pdf
- https://community.khronos.org/t/what-are-the-use-of-back-and-front-buffer/24646
Framework
Structured Bindings
constexpr
NRVO
named valued return optimization
- https://en.cppreference.com/w/cpp/language/copy_elision
- inverts the usual way people understand the lifetime of objects