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_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< _T, _R > *_Array, int _I) __GPU
 

Member Function Documentation

template<typename _T , int _R>
_Projection_result_type< _T, _R >::_Const_result_type Concurrency::details::_Const_array_projection_helper< _T, _R >::_Project0 ( const array< _T, _R > *  _Array,
int  _I 
)
inlinestatic
66 {
67  array_view<const _T,_R> _Temp(*_Array);
69 }
static _Projection_result_type< _T, _R >::_Const_result_type _Project0(const array_view< const _T, _R > *_Arr_view, int _I) __GPU
Definition: xxamp_inl.h:33

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