![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#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 | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | 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. | |