![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <concepts>#include <string>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::concepts |
| namespace | alpaka::concepts::detail |
Concepts | |
| concept | alpaka::concepts::Convertible |
| concept | alpaka::concepts::LosslesslyConvertible |
| Concept to check if a type can be lossless converted to another type. | |
Variables | |
| template<typename T_From, typename T_To> | |
| constexpr bool | alpaka::concepts::detail::floatFloatLossless |
| template<typename T_From, typename T_To> | |
| constexpr bool | alpaka::concepts::detail::integralFloatLossless |
| template<typename T_From, typename T_To> | |
| constexpr bool | alpaka::concepts::detail::integralIntegralLossless |