alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::GetPtrNative< ViewConst< TView > > Struct Template Reference

#include <ViewConst.hpp>

Public Types

using TElem = typename ElemType< TView >::type
 

Static Public Member Functions

static ALPAKA_FN_HOST auto getPtrNative (ViewConst< TView > const &view) -> TElem const *
 

Detailed Description

template<typename TView>
struct alpaka::trait::GetPtrNative< ViewConst< TView > >

Definition at line 81 of file ViewConst.hpp.

Member Typedef Documentation

◆ TElem

template<typename TView >
using alpaka::trait::GetPtrNative< ViewConst< TView > >::TElem = typename ElemType<TView>::type

Definition at line 83 of file ViewConst.hpp.

Member Function Documentation

◆ getPtrNative()

template<typename TView >
static ALPAKA_FN_HOST auto alpaka::trait::GetPtrNative< ViewConst< TView > >::getPtrNative ( ViewConst< TView > const &  view) -> TElem const*
inlinestatic

Definition at line 86 of file ViewConst.hpp.


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