extent::contains 方法

指示是否在指定索引 值中包含 扩展盘区对象。

bool contains(
   const index<rank>& _Index                     
) const restrict(amp,cpu);

参数

  • _Index
    要测试的 index 值。

返回值

true如果指定index值是否包含在extent对象。 否则为false。

要求

标题: amp.h

命名空间: 并发

请参见

参考

extent 类 (C++ AMP)