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

#include <alias.h>

Public Types

typedef array< U, 1 > result_type
 

Static Public Member Functions

__host__ __device__ static __forceinline__ result_type impl (const T &t)
 

Static Public Attributes

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

Detailed Description

template<typename T, typename U>
struct detail::dismember< T, U, 1 >

Definition at line 49 of file alias.h.

Member Typedef Documentation

◆ result_type

template<typename T , typename U >
typedef array<U, 1> detail::dismember< T, U, 1 >::result_type

Definition at line 50 of file alias.h.

Member Function Documentation

◆ impl()

template<typename T , typename U >
__host__ __device__ static __forceinline__ result_type detail::dismember< T, U, 1 >::impl ( const T &  t)
inlinestatic

Definition at line 53 of file alias.h.

Member Data Documentation

◆ idx

template<typename T , typename U >
const int detail::dismember< T, U, 1 >::idx = aliased_size<T, U>::value - 1
static

Definition at line 51 of file alias.h.


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