alpaka
Abstraction Library for Parallel Kernel Acceleration
IsArrayOrVector.hpp File Reference
#include "alpaka/vec/Vec.hpp"
#include <functional>
#include <numeric>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

struct  alpaka::meta::IsArrayOrVector< T >
 
struct  alpaka::meta::IsArrayOrVector< alpaka::Vec< N, T > >
 
struct  alpaka::meta::IsArrayOrVector< std::array< T, N > >
 
struct  alpaka::meta::IsArrayOrVector< std::vector< T, A > >
 
struct  alpaka::meta::IsArrayOrVector< T[N]>
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::meta