QUDA  v1.1.0
A library for QCD on GPUs
Public Types | Static Public Attributes | List of all members
detail::working_array< T > Struct Template Reference

#include <alias.h>

Public Types

typedef working_type< T >::type U
 
typedef array< U, rtype
 

Static Public Attributes

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

Detailed Description

template<typename T>
struct detail::working_array< T >

Definition at line 29 of file alias.h.

Member Typedef Documentation

◆ type

template<typename T >
typedef array<U, r> detail::working_array< T >::type

Definition at line 32 of file alias.h.

◆ U

template<typename T >
typedef working_type<T>::type detail::working_array< T >::U

Definition at line 30 of file alias.h.

Member Data Documentation

◆ r

template<typename T >
const int detail::working_array< T >::r = aliased_size<T, U>::value
static

Definition at line 31 of file alias.h.


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