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

Checks if the values in the index sequence are within the given range. More...

#include <IntegerSequence.hpp>

Static Public Attributes

static constexpr bool value = IntegralValuesInRange<T, Tmin, Tmax, Tvals...>::value
 

Detailed Description

template<typename T, T... Tvals, T Tmin, T Tmax>
struct alpaka::meta::IntegerSequenceValuesInRange< std::integer_sequence< T, Tvals... >, T, Tmin, Tmax >

Checks if the values in the index sequence are within the given range.

Definition at line 121 of file IntegerSequence.hpp.

Member Data Documentation

◆ value

template<typename T , T... Tvals, T Tmin, T Tmax>
constexpr bool alpaka::meta::IntegerSequenceValuesInRange< std::integer_sequence< T, Tvals... >, T, Tmin, Tmax >::value = IntegralValuesInRange<T, Tmin, Tmax, Tvals...>::value
staticconstexpr

Definition at line 123 of file IntegerSequence.hpp.


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