![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Go to the source code of this file.
Classes | |
| struct | alpaka::meta::IntegralValuesInRange< T, Tmin, Tmax > |
| Checks if the integral values are within the given range. More... | |
| struct | alpaka::meta::IntegralValuesInRange< T, Tmin, Tmax, I, Tvals... > |
| Checks if the integral values are within the given range. More... | |
| struct | alpaka::meta::IntegralValuesUnique< T, Tvals > |
| Checks if the integral values are unique. More... | |
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::meta |
Typedefs | |
| template<typename TDstType, typename TIntegerSequence> | |
| using | alpaka::meta::ConvertIntegerSequence = typename detail::ConvertIntegerSequence<TDstType, TIntegerSequence>::type |
| template<typename T, T Tbegin, T Tsize> | |
| using | alpaka::meta::MakeIntegerSequenceOffset |