alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::GetDev< BufCpu< TElem, TDim, TIdx > > Struct Template Reference

The BufCpu device get trait specialization. More...

#include <BufCpu.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto getDev (BufCpu< TElem, TDim, TIdx > const &buf) -> DevCpu
 

Detailed Description

template<typename TElem, typename TDim, typename TIdx>
struct alpaka::trait::GetDev< BufCpu< TElem, TDim, TIdx > >

The BufCpu device get trait specialization.

Definition at line 114 of file BufCpu.hpp.

Member Function Documentation

◆ getDev()

template<typename TElem , typename TDim , typename TIdx >
static ALPAKA_FN_HOST auto alpaka::trait::GetDev< BufCpu< TElem, TDim, TIdx > >::getDev ( BufCpu< TElem, TDim, TIdx > const &  buf) -> DevCpu
inlinestatic

Definition at line 116 of file BufCpu.hpp.


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