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

#include <aos.h>

Public Types

typedef dismember_type< T >::type U
 

Static Public Attributes

static const int size = aliased_size<T, U>::value
 
static const bool value = (size > 1) && (size < 64)
 

Detailed Description

template<typename T>
struct trove::detail::size_in_range< T >

Definition at line 43 of file aos.h.

Member Typedef Documentation

◆ U

template<typename T >
typedef dismember_type<T>::type trove::detail::size_in_range< T >::U

Definition at line 44 of file aos.h.

Member Data Documentation

◆ size

template<typename T >
const int trove::detail::size_in_range< T >::size = aliased_size<T, U>::value
static

Definition at line 45 of file aos.h.

◆ value

template<typename T >
const bool trove::detail::size_in_range< T >::value = (size > 1) && (size < 64)
static

Definition at line 46 of file aos.h.


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