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