STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Concurrency
details
_Const_array_projection_helper
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
)
static
66
{
67
array_view<const _T,_R> _Temp(*_Array);
68
return
_Const_array_view_projection_helper<_T,_R>::_Project0
(&_Temp, _I);
69
}
Concurrency::details::_Const_array_view_projection_helper::_Project0
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:
VS2013/inc/
xxamp.h
VS2013/inc/
xxamp_inl.h
Generated on Sun Jul 23 2017 10:09:06 for STLdoc by
1.8.8