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_view_projection_helper
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
)
inline
static
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:
VS2017/inc/
xxamp.h
VS2017/inc/
xxamp_inl.h
Generated on Sat Jul 22 2017 14:40:09 for STLdoc by
1.8.8