extent::operator= Operator
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