Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::TypeTraits< T > Struct Template Reference

#include <TypeTraits.h>

Collaboration diagram for hydra::detail::TypeTraits< T >:

Public Types

typedef T type
 

Static Public Member Functions

__hydra_host__ static __hydra_device__ type invalid ()
 
__hydra_host__ static __hydra_device__ type one ()
 
__hydra_host__ static __hydra_device__ type zero ()
 

Detailed Description

template<typename T>
struct hydra::detail::TypeTraits< T >

Member Typedef Documentation

◆ type

template<typename T >
typedef T hydra::detail::TypeTraits< T >::type

Member Function Documentation

◆ invalid()

template<typename T >
__hydra_host__ static __hydra_device__ type hydra::detail::TypeTraits< T >::invalid ( )
inlinestatic

◆ one()

template<typename T >
__hydra_host__ static __hydra_device__ type hydra::detail::TypeTraits< T >::one ( )
inlinestatic

◆ zero()

template<typename T >
__hydra_host__ static __hydra_device__ type hydra::detail::TypeTraits< T >::zero ( )
inlinestatic

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