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

#include <array.h>

Public Types

typedef array< T, s > result_type
 

Static Public Member Functions

__host__ static __device__ result_type impl (T ary[s])
 

Detailed Description

template<typename T, int s>
struct trove::detail::make_array_impl< T, s >

Definition at line 216 of file array.h.

Member Typedef Documentation

◆ result_type

template<typename T , int s>
typedef array<T, s> trove::detail::make_array_impl< T, s >::result_type

Definition at line 217 of file array.h.

Member Function Documentation

◆ impl()

template<typename T , int s>
__host__ static __device__ result_type trove::detail::make_array_impl< T, s >::impl ( ary[s])
inlinestatic

Definition at line 219 of file array.h.


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