Daily Shaarli

All links of one day in a single page.

July 20, 2015

RVO V.S. std::move (C/C++ Cafe)

Return value optimization, simply RVO, is a compiler optimization technique that allows the compiler to construct the return value of a function at the call site.