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.
Returns a new extent object created by adding the corresponding index and extent elements.
extent<_Rank> operator+(
const index<_Rank>& _Rhs
) restrict(amp,cpu);
Parameters
- _Rhs
The index object that contains the elements to add.
Return Value
The new extent object.
Requirements
Header: amp.h
Namespace: Concurrency