alpaka
Abstraction Library for Parallel Kernel Acceleration
Traits.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  alpaka::trait::ElemType< T, std::enable_if_t< std::is_fundamental_v< T > > >
 The fundamental type elem type trait specialization. More...
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::trait
 The accelerator traits.
 

Typedefs

template<typename TView >
using alpaka::Elem = std::remove_volatile_t< typename trait::ElemType< TView >::type >
 The element type trait alias template to remove the ::type. More...