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

The CPU device memory buffer type trait specialization. More...

#include <DevCpu.hpp>

Public Types

using type = BufCpu< TElem, TDim, TIdx >
 

Detailed Description

template<typename TElem, typename TDim, typename TIdx>
struct alpaka::trait::BufType< DevCpu, TElem, TDim, TIdx >

The CPU device memory buffer type trait specialization.

Definition at line 177 of file DevCpu.hpp.

Member Typedef Documentation

◆ type

template<typename TElem , typename TDim , typename TIdx >
using alpaka::trait::BufType< DevCpu, TElem, TDim, TIdx >::type = BufCpu<TElem, TDim, TIdx>

Definition at line 179 of file DevCpu.hpp.


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