alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
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

namespace  alpaka
 main alpaka namespace.
namespace  alpaka::meta
namespace  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.
template<typename TList>
using alpaka::meta::IsSet = detail::IsSetImpl<TList>
 Trait that tells if the template contains only unique (no equal) types.