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 specified array_view object to this one.
array_view& operator=(
const array_view& _Other
) restrict(amp,cpu);
array_view& operator=(
const array_view<_Value_type, _Rank>& _Other
) restrict(amp,cpu);
Parameters
- _Other
The array_view object to copy from.
Return Value
A reference to this array_view object.
Requirements
Header: amp.h
Namespace: Concurrency