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

#include <array.h>

Public Types

typedef array< T, 1 > result_type
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 226 of file array.h.

Member Typedef Documentation

◆ result_type

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

Definition at line 227 of file array.h.

Member Function Documentation

◆ impl()

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

Definition at line 229 of file array.h.


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