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() );