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

#include <array.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 76 of file array.h.

Member Function Documentation

◆ impl() [1/2]

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

Definition at line 77 of file array.h.

◆ impl() [2/2]

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

Definition at line 80 of file array.h.


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