copy_backward()

Behaves the same as copy() except that the elements are copied in the reverse order.

#include <algorithm> 
copy_backward( svec.begin(), svec.end(), target.begin() ); 

Get Essential C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.