次の方法で共有


extent::operator++ 演算子

extent オブジェクトの各要素をインクリメントします。

extent<_Rank>& operator++() restrict(amp,cpu);

extent<_Rank> operator++(
   int
) restrict(amp,cpu);

戻り値

前置演算子の場合は、extent オブジェクト (*this) です。 後置演算子の場合は、新しい extent オブジェクトです。

必要条件

ヘッダー: amp.h

名前空間: Concurrency

参照

関連項目

extent クラス (C++ AMP)