alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::DevType< std::array< TElem, Tsize > > Struct Template Reference

The std::array device type trait specialization. More...

#include <ViewStdArray.hpp>

Public Types

using type = DevCpu
 

Detailed Description

template<typename TElem, std::size_t Tsize>
struct alpaka::trait::DevType< std::array< TElem, Tsize > >

The std::array device type trait specialization.

Definition at line 21 of file ViewStdArray.hpp.

Member Typedef Documentation

◆ type

template<typename TElem , std::size_t Tsize>
using alpaka::trait::DevType< std::array< TElem, Tsize > >::type = DevCpu

Definition at line 23 of file ViewStdArray.hpp.


The documentation for this struct was generated from the following file: