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

The std::vector memory element type get trait specialization. More...

#include <ViewStdVector.hpp>

Public Types

using type = TElem
 

Detailed Description

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

The std::vector memory element type get trait specialization.

Definition at line 45 of file ViewStdVector.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 47 of file ViewStdVector.hpp.


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