C++ Insights Episode 77: RVO, NRVO, std::move EXPLAINED
I published a new C++ insights episode: RVO, NRVO, std::move EXPLAINED.
In this episode, I'll answer question from you how return-value optimization works and when to use std::move and when not.
Andreas