QUDA  v1.1.0
A library for QCD on GPUs
Static Public Member Functions | Static Public Attributes | List of all members
detail::remember< T, U, r > Struct Template Reference

#include <alias.h>

Static Public Member Functions

__host__ __device__ static __forceinline__ void impl (const array< U, r > &d, T &t)
 

Static Public Attributes

static const int idx = aliased_size<T, U>::value - r
 

Detailed Description

template<typename T, typename U = typename working_type<T>::type, int r = aliased_size<T, U>::value>
struct detail::remember< T, U, r >

Definition at line 68 of file alias.h.

Member Function Documentation

◆ impl()

template<typename T , typename U = typename working_type<T>::type, int r = aliased_size<T, U>::value>
__host__ __device__ static __forceinline__ void detail::remember< T, U, r >::impl ( const array< U, r > &  d,
T &  t 
)
inlinestatic

Definition at line 71 of file alias.h.

Member Data Documentation

◆ idx

template<typename T , typename U = typename working_type<T>::type, int r = aliased_size<T, U>::value>
const int detail::remember< T, U, r >::idx = aliased_size<T, U>::value - r
static

Definition at line 69 of file alias.h.


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