extent::operator+= 運算子
將 extent 物件的每個項目加上指定的數值。
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
**命名空間:**並行