The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
extent::operator+ Operator
Returns a new extent object created by adding the corresponding index and extent elements.
extent<_Rank> operator+( const index<_Rank>& _Rhs ) restrict(amp,cpu);
- _Rhs
The index object that contains the elements to add.
The new extent object.
Requirements
Header: amp.h
Namespace: Concurrency
Show: