How to Return Values Effectively in C++

A guide to returning values effectively in C++: RVO, NRVO, move semantics, and when to use out parameters — with benchmarks and compiler guarantees.

March 1, 2022 · 7 min · Nimrod