array_view::copy_to Method
Copies the contents of the array_view object to the specified destination object by calling copy(*this, dest).
void copy_to(
array<_Value_type,
_Rank>& _Dest
) const;
void copy_to(
array_view<_Value_type,
_Rank>& _Dest
) const;
Parameters
- _Dest
The object to copy to.
Requirements
Header: amp.h
Namespace: Concurrency