STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
Concurrency::details::_Array_view_projection_helper< _T, _R > Class Template Reference

#include <xxamp.h>

Static Public Member Functions

static _Projection_result_type< _T, _R >::_Result_type _Project0 (const array_view< _T, _R > *_Arr_view, int _I) __GPU
 

Member Function Documentation

template<typename _T , int _R>
_Projection_result_type< _T, _R >::_Result_type Concurrency::details::_Array_view_projection_helper< _T, _R >::_Project0 ( const array_view< _T, _R > *  _Arr_view,
int  _I 
)
static
43 {
44  typename _Projection_result_type<_T,_R>::_Result_type _Projected_view;
45  _Arr_view->_Project0(_I, _Projected_view);
46  return _Projected_view;
47 }

The documentation for this class was generated from the following files: