alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::meta::IntegralValuesUnique< T, Tvals > Struct Template Reference

Checks if the integral values are unique. More...

#include <IntegerSequence.hpp>

Static Public Attributes

static constexpr bool value = meta::IsParameterPackSet<std::integral_constant<T, Tvals>...>::value
 

Detailed Description

template<typename T, T... Tvals>
struct alpaka::meta::IntegralValuesUnique< T, Tvals >

Checks if the integral values are unique.

Definition at line 80 of file IntegerSequence.hpp.

Member Data Documentation

◆ value

template<typename T , T... Tvals>
constexpr bool alpaka::meta::IntegralValuesUnique< T, Tvals >::value = meta::IsParameterPackSet<std::integral_constant<T, Tvals>...>::value
staticconstexpr

Definition at line 82 of file IntegerSequence.hpp.


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