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

The std::vector idx type trait specialization. More...

#include <ViewStdArray.hpp>

Public Types

using type = std::size_t
 

Detailed Description

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

The std::vector idx type trait specialization.

Definition at line 90 of file ViewStdArray.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 92 of file ViewStdArray.hpp.


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