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

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

#include <ViewStdVector.hpp>

Public Types

using type = DevCpu
 

Detailed Description

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

The std::vector device type trait specialization.

Definition at line 21 of file ViewStdVector.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 23 of file ViewStdVector.hpp.


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