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

The std::array dimension getter trait specialization. More...

#include <ViewStdArray.hpp>

Public Types

using type = DimInt< 1u >
 

Detailed Description

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

The std::array dimension getter trait specialization.

Definition at line 40 of file ViewStdArray.hpp.

Member Typedef Documentation

◆ type

template<typename TElem , std::size_t Tsize>
using alpaka::trait::DimType< std::array< TElem, Tsize > >::type = DimInt<1u>

Definition at line 42 of file ViewStdArray.hpp.


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