Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified index value is contained within the extent object.
bool contains(
const index<rank>& _Index
) const restrict(amp,cpu);
Parameters
- _Index
The index value to test.
Return Value
true if the specified index value is contained in the extent object; otherwise, false.
Requirements
Header: amp.h
Namespace: Concurrency