![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::meta |
Typedefs | |
| template<typename T0 , typename T1 > | |
| using | alpaka::meta::HigherMax |
| The type that has the higher max value. | |
| template<typename T0 , typename T1 > | |
| using | alpaka::meta::HigherMin |
| The type that has the higher min value. If both types have the same min value, the type with the wider range is chosen. | |
| template<typename TSuperset , typename TSubset > | |
| using | alpaka::meta::IsIntegralSuperset |
| The trait is true if all values of TSubset are contained in TSuperset. | |
| template<typename T0 , typename T1 > | |
| using | alpaka::meta::LowerMax |
| The type that has the lower max value. | |
| template<typename T0 , typename T1 > | |
| using | alpaka::meta::LowerMin |
| The type that has the lower min value. If both types have the same min value, the type with the wider range is chosen. | |