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

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

#include <ViewStdVector.hpp>

Public Types

using type = std::size_t
 

Detailed Description

template<typename TElem, typename TAllocator>
struct alpaka::trait::IdxType< std::vector< TElem, TAllocator > >

The std::vector idx type trait specialization.

Definition at line 88 of file ViewStdVector.hpp.

Member Typedef Documentation

◆ type

template<typename TElem , typename TAllocator >
using alpaka::trait::IdxType< std::vector< TElem, TAllocator > >::type = std::size_t

Definition at line 90 of file ViewStdVector.hpp.


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