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.
Decrements each element of the index object.
index<_Rank>& operator--() restrict(amp,cpu);
index 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