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

#include <xxamp.h>

Static Public Member Functions

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

Member Function Documentation

template<typename _T , int _R>
_Projection_result_type< _T, _R >::_Const_result_type Concurrency::details::_Const_array_view_projection_helper< _T, _R >::_Project0 ( const array_view< const _T, _R > *  _Arr_view,
int  _I 
)
inlinestatic
34 {
35  typename _Projection_result_type<_T,_R>::_Const_result_type _Projected_view;
36  _Arr_view->_Project0(_I, _Projected_view);
37  return _Projected_view;
38 }

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