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_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