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

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

#include <ViewStdVector.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto getDev (std::vector< TElem, TAllocator > const &) -> DevCpu
 

Detailed Description

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

The std::vector device get trait specialization.

Definition at line 28 of file ViewStdVector.hpp.

Member Function Documentation

◆ getDev()

template<typename TElem , typename TAllocator >
static ALPAKA_FN_HOST auto alpaka::trait::GetDev< std::vector< TElem, TAllocator > >::getDev ( std::vector< TElem, TAllocator > const &  ) -> DevCpu
inlinestatic

Definition at line 30 of file ViewStdVector.hpp.


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