copy_backward (STL/CLR)
Assigns the values of elements from a source range to a destination range, iterating through the source sequence of elements and assigning them new positions in a backward direction.
template<class _BidIt1, class _BidIt2> inline
_BidIt2 copy_backward(_BidIt1 _First, _BidIt1 _Last,
_BidIt2 _Dest);
Remarks
This function behaves the same as the STL function copy_backward. For more information, see copy_backward.
Requirements
Header: <cliext/algorithm>
Namespace: cliext