RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Member Functions | Public Attributes | List of all members
RAJA::detail::DispatcherVoidConstPtrWrapper< typename > Struct Template Reference

#include <Dispatcher.hpp>

Public Member Functions

 DispatcherVoidConstPtrWrapper ()=default
 
RAJA_HOST_DEVICE DispatcherVoidConstPtrWrapper (const void *p)
 

Public Attributes

const void * ptr
 

Constructor & Destructor Documentation

◆ DispatcherVoidConstPtrWrapper() [1/2]

template<typename >
RAJA::detail::DispatcherVoidConstPtrWrapper< typename >::DispatcherVoidConstPtrWrapper ( )
default

◆ DispatcherVoidConstPtrWrapper() [2/2]

template<typename >
RAJA_HOST_DEVICE RAJA::detail::DispatcherVoidConstPtrWrapper< typename >::DispatcherVoidConstPtrWrapper ( const void *  p)
inline

Member Data Documentation

◆ ptr

template<typename >
const void* RAJA::detail::DispatcherVoidConstPtrWrapper< typename >::ptr

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