alpaka
Abstraction Library for Parallel Kernel Acceleration
Apply.hpp File Reference

Go to the source code of this file.

Classes

struct  alpaka::meta::detail::ApplyImpl< TList< T... >, TApplicant >
 

Namespaces

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

Typedefs

template<typename TList , template< typename... > class TApplicant>
using alpaka::meta::Apply = typename detail::ApplyImpl< TList, TApplicant >::type