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