Share via


array_view::operator Operator

Returns the element that is specified by the parameters.

typename details::_Projection_result_type<_Value_type,_Rank>::_Const_result_type operator[] (
   int _I
) const restrict(amp,cpu);

value_type& operator[] (
   const index<_Rank>& _Index
) const restrict(amp,cpu);

Parameters

  • _Index
    The index.

  • _I
    The index.

Return Value

The value of the element at the index, or an array_view projected on the most-significant dimension.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

array_view Class