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

#include <array.h>

Static Public Member Functions

__host__ static __device__ T & impl (array< T, m > &src)
 
__host__ static __device__ T impl (const array< T, m > &src)
 

Detailed Description

template<typename T, int m>
struct trove::detail::get_impl< T, m, 0 >

Definition at line 105 of file array.h.

Member Function Documentation

◆ impl() [1/2]

template<typename T , int m>
__host__ static __device__ T& trove::detail::get_impl< T, m, 0 >::impl ( array< T, m > &  src)
inlinestatic

Definition at line 106 of file array.h.

◆ impl() [2/2]

template<typename T , int m>
__host__ static __device__ T trove::detail::get_impl< T, m, 0 >::impl ( const array< T, m > &  src)
inlinestatic

Definition at line 109 of file array.h.


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