The Difference Between std::copy_backward and std::copy with Reverse Iterators
A couple of months ago, I made a talk at the ACCU conference about learning every algorithm there is in the STL. Amongst them, we covered std::copy_backward, that makes a copy of a source range to a destination range, starting from its end and working its way back to the beginning. In the questions session at […]