alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::meta::IntegralValuesInRange< T, Tmin, Tmax, I, Tvals... > Struct Template Reference

Checks if the integral values are within the given range. More...

#include <IntegerSequence.hpp>

Static Public Attributes

static constexpr bool value = (I >= Tmin) && (I <= Tmax) && IntegralValuesInRange<T, Tmin, Tmax, Tvals...>::value
 

Detailed Description

template<typename T, T Tmin, T Tmax, T I, T... Tvals>
struct alpaka::meta::IntegralValuesInRange< T, Tmin, Tmax, I, Tvals... >

Checks if the integral values are within the given range.

Definition at line 109 of file IntegerSequence.hpp.

Member Data Documentation

◆ value

template<typename T , T Tmin, T Tmax, T I, T... Tvals>
constexpr bool alpaka::meta::IntegralValuesInRange< T, Tmin, Tmax, I, Tvals... >::value = (I >= Tmin) && (I <= Tmax) && IntegralValuesInRange<T, Tmin, Tmax, Tvals...>::value
staticconstexpr

Definition at line 111 of file IntegerSequence.hpp.


The documentation for this struct was generated from the following file: