extent::operator 연산자
지정 된 인덱스에 있는 요소를 반환 합니다.
int operator[] (
unsigned int _Index
) const restrict(amp,cpu);
int& operator[] (
unsigned int _Index
) restrict(amp,cpu);
매개 변수
- _Index
0부터 순위에서 1 뺀 값 까지의 정수입니다.
반환 값
지정 된 인덱스에 있는 요소입니다.
요구 사항
헤더: amp.h
네임스페이스: 동시성