STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
Concurrency::details::_index_helper< _T1 > Struct Template Reference

#include <xxamp.h>

Static Public Member Functions

template<typename _T2 >
static _T1::value_type func (const _T2 &a, int i) __GPU
 
static _T1::value_type func (typename _T1::value_type a[_T1::rank], int i) __GPU
 
static _T1::value_type func (typename _T1::value_type a, int i) __GPU
 

Member Function Documentation

template<typename _T1 >
template<typename _T2 >
static _T1::value_type Concurrency::details::_index_helper< _T1 >::func ( const _T2 &  a,
int  i 
)
inlinestatic
378  {
379  return a[i];
380  }
int i[4]
Definition: dvec.h:68
template<typename _T1 >
static _T1::value_type Concurrency::details::_index_helper< _T1 >::func ( typename _T1::value_type  a[_T1::rank],
int  i 
)
inlinestatic
383  {
384  return a[i];
385  }
int i[4]
Definition: dvec.h:68
template<typename _T1 >
static _T1::value_type Concurrency::details::_index_helper< _T1 >::func ( typename _T1::value_type  a,
int  i 
)
inlinestatic
388  {
389  return a;
390  }

The documentation for this struct was generated from the following file: