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

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

#include <ViewStdArray.hpp>

Static Public Member Functions

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

Detailed Description

template<typename TElem, std::size_t Tsize>
struct alpaka::trait::GetDev< std::array< TElem, Tsize > >

The std::array device get trait specialization.

Definition at line 28 of file ViewStdArray.hpp.

Member Function Documentation

◆ getDev()

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

Definition at line 30 of file ViewStdArray.hpp.


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