alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#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 |
The alpaka accelerator library. | |
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. | |