bool contains(
const index<rank>& _Index
) const restrict(amp,cpu);
参数
- _Index
要测试的 index 值。
返回值
true如果指定index值是否包含在extent对象。 否则为false。
要求
标题: amp.h
命名空间: 并发
bool contains(
const index<rank>& _Index
) const restrict(amp,cpu);
true如果指定index值是否包含在extent对象。 否则为false。
标题: amp.h
命名空间: 并发