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, 1 > Struct Template Reference

#include <array.h>

Public Types

typedef array< T, 1 > array_type
 

Static Public Member Functions

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

Detailed Description

template<typename T>
struct trove::detail::make_carray_impl< T, 1 >

Definition at line 258 of file array.h.

Member Typedef Documentation

◆ array_type

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

Definition at line 259 of file array.h.

Member Function Documentation

◆ impl()

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

Definition at line 261 of file array.h.


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