extent::operator-= 运算符
从每个元素的指定的数量中减去扩展盘区对象。
extent<_Rank>& operator-=(
const extent<_Rank>& _Rhs
) restrict(amp,cpu);
extent<_Rank>& operator-=(
const index<_Rank>& _Rhs
) restrict(amp,cpu);
extent<_Rank>& operator-=(
int _Rhs
) restrict(amp,cpu);
参数
- _Rhs
要减去的数字。
返回值
所产生的 extent 对象。
要求
标题: amp.h
命名空间: 并发