This topic has not yet been rated - Rate this topic

index::operator-- Operator

Visual Studio 2012

Decrements each element of the index object.

index<_Rank>& operator--() restrict(amp,cpu);

                    
index operator--(
   int
) restrict(amp,cpu);

For the prefix operator, the index object (*this). For the suffix operator, a new index object.

Header: amp.h

Namespace: Concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.