extent::operator-- 演算子
デクリメント内の各要素は程度オブジェクト。
extent<_Rank>& operator--() restrict(amp,cpu);
extent<_Rank> operator--(
int
) restrict(amp,cpu);
戻り値
プレフィックス演算子では、 extentオブジェクト (*this)。サフィックスの演算子では、新しいextentオブジェクト。
必要条件
ヘッダー: amp.h
名前空間: Concurrency