copy (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 forward direction.
template<class _InIt, class _OutIt> inline
_OutIt copy(_InIt _First, _InIt _Last, _OutIt _Dest);
Remarks
This function behaves the same as the STL function copy. For more information, see copy.
Requirements
Header: <cliext/algorithm>
Namespace: cliext