![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
A non-modifiable wrapper around a view. This view acts as the wrapped view, but the underlying data is only exposed const-qualified. More...
#include <ViewConst.hpp>
Public Member Functions | |
ALPAKA_FN_HOST | ViewConst (TView &&view) |
ALPAKA_FN_HOST | ViewConst (TView const &view) |
Public Attributes | |
TView | m_view |
A non-modifiable wrapper around a view. This view acts as the wrapped view, but the underlying data is only exposed const-qualified.
Definition at line 21 of file ViewConst.hpp.
|
inline |
Definition at line 29 of file ViewConst.hpp.
|
inline |
Definition at line 33 of file ViewConst.hpp.
TView alpaka::ViewConst< TView >::m_view |
Definition at line 37 of file ViewConst.hpp.