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

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

#include <IntegerSequence.hpp>

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

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

Checks if the integral values are within the given range.

Definition at line 102 of file IntegerSequence.hpp.

Member Data Documentation

◆ value

template<typename T , T Tmin, T Tmax>
constexpr bool alpaka::meta::IntegralValuesInRange< T, Tmin, Tmax >::value = true
staticconstexpr

Definition at line 104 of file IntegerSequence.hpp.


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