![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::meta |
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. | |