tiled_index::operator const index<rank> Operator

Implicitly converts a tiled_index object into an index object.

operator const index<rank>() const restrict(cpu, amp)

Parameters

  • rank
    The rank of the tiled_index object.

Return Value

An object of type index that contains a copy of the data that is contained in the tiled_index object.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

tiled_index Class