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

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

#include <ViewStdVector.hpp>

Public Types

using type = DimInt< 1u >
 

Detailed Description

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

The std::vector dimension getter trait specialization.

Definition at line 38 of file ViewStdVector.hpp.

Member Typedef Documentation

◆ type

template<typename TElem , typename TAllocator >
using alpaka::trait::DimType< std::vector< TElem, TAllocator > >::type = DimInt<1u>

Definition at line 40 of file ViewStdVector.hpp.


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