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.
Increments each element of the extent object.
extent<_Rank>& operator++() restrict(amp,cpu);
extent<_Rank> operator++(
int
) restrict(amp,cpu);
Return Value
For the prefix operator, the extent object (*this). For the suffix operator, a new extent object.
Requirements
Header: amp.h
Namespace: Concurrency