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