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

#include <array.h>

Public Types

typedef array< T, s > array_type
 

Static Public Member Functions

__host__ static __device__ void impl (const array_type &ary, T result[s])
 

Detailed Description

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

Definition at line 248 of file array.h.

Member Typedef Documentation

◆ array_type

template<typename T , int s>
typedef array<T, s> trove::detail::make_carray_impl< T, s >::array_type

Definition at line 249 of file array.h.

Member Function Documentation

◆ impl()

template<typename T , int s>
__host__ static __device__ void trove::detail::make_carray_impl< T, s >::impl ( const array_type ary,
result[s] 
)
inlinestatic

Definition at line 251 of file array.h.


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