alpaka
Abstraction Library for Parallel Kernel Acceleration
TypeListOps.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  alpaka::meta::Contains< List, Value >
 
struct  alpaka::meta::Contains< List< Head, Tail... >, Value >
 
struct  alpaka::meta::detail::Front< List >
 
struct  alpaka::meta::detail::Front< List< Head, Tail... > >
 

Namespaces

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

Typedefs

template<typename List >
using alpaka::meta::Front = typename detail::Front< List >::type