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

Checks if the values in the index sequence are unique. More...

#include <IntegerSequence.hpp>

Static Public Attributes

static constexpr bool value = IntegralValuesUnique<T, Tvals...>::value
 

Detailed Description

template<typename T, T... Tvals>
struct alpaka::meta::IntegerSequenceValuesUnique< std::integer_sequence< T, Tvals... > >

Checks if the values in the index sequence are unique.

Definition at line 91 of file IntegerSequence.hpp.

Member Data Documentation

◆ value

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

Definition at line 93 of file IntegerSequence.hpp.


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