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
네임스페이스: 동시성