Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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