Operatore array_view::operator()
Restituisce il valore dell'elemento specificato dal parametro o dai parametri.
value_type& operator() (
const index<_Rank>& _Index
) const restrict(amp,cpu);
typename details::_Projection_result_type<_Value_type,_Rank>::_Result_type operator() (
int _I
) const restrict(amp,cpu);
value_type& operator() (
int _I0,
int _I1
) const restrict(amp,cpu);
value_type& operator() (
int _I0,
int _I1,
int _I2
) const restrict(amp,cpu);
typename details::_Projection_result_type<_Value_type,_Rank>::_Const_result_type operator() (
int _I
) const restrict(amp,cpu);
Parametri
_Index
Posizione dell'elemento._I0
Indice nella prima dimensione._I1
Indice nella seconda dimensione._I2
Indice nella terza dimensione._I
Posizione dell'elemento.
Valore restituito
Valore dell'elemento specificato dal parametro o dai parametri.
Requisiti
Intestazione: amp.h
Spazio dei nomi: Concurrency