alpaka
Abstraction Library for Parallel Kernel Acceleration
Set.hpp File Reference
#include <utility>

Go to the source code of this file.

Classes

struct  alpaka::meta::detail::Empty< T >
 Empty dependent type. More...
 
struct  alpaka::meta::detail::IsParameterPackSetImpl< T, Ts... >
 
struct  alpaka::meta::detail::IsParameterPackSetImpl<>
 
struct  alpaka::meta::detail::IsSetImpl< TList< Ts... > >
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::meta
 
 alpaka::meta::detail
 

Typedefs

template<typename... Ts>
using alpaka::meta::IsParameterPackSet = detail::IsParameterPackSetImpl< Ts... >
 Trait that tells if the parameter pack contains only unique (no equal) types. More...
 
template<typename TList >
using alpaka::meta::IsSet = detail::IsSetImpl< TList >
 Trait that tells if the template contains only unique (no equal) types. More...