array::copy_to Method
Copies the contents of the array to another array.
void copy_to(
array<_Value_type, _Rank>& _Dest
) const ;
void copy_to(
array_view<_Value_type, _Rank>& _Dest
) const ;
Parameters
- _Dest
The array_view object to copy to.
Remarks
A call to copy(*this, dest) is used to make the copy.
Requirements
Header: amp.h
Namespace: Concurrency