alpaka
Abstraction Library for Parallel Kernel Acceleration
ViewConst.hpp File Reference

Go to the source code of this file.

Classes

struct  alpaka::trait::DevType< ViewConst< TView > >
 
struct  alpaka::trait::DimType< ViewConst< TView > >
 
struct  alpaka::trait::ElemType< ViewConst< TView > >
 
struct  alpaka::trait::GetDev< ViewConst< TView > >
 
struct  alpaka::trait::GetExtents< ViewConst< TView > >
 
struct  alpaka::trait::GetOffsets< ViewConst< TView > >
 
struct  alpaka::trait::GetPitchesInBytes< ViewConst< TView > >
 
struct  alpaka::trait::GetPtrNative< ViewConst< TView > >
 
struct  alpaka::trait::IdxType< ViewConst< TView > >
 
struct  alpaka::ViewConst< TView >
 A non-modifiable wrapper around a view. This view acts as the wrapped view, but the underlying data is only exposed const-qualified. More...
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::trait
 The accelerator traits.
 

Functions

template<typename TView >
 alpaka::ViewConst (TView) -> ViewConst< std::decay_t< TView >>