|
opm-simulators
|
Specialization of PointerView for void type This is needed beause we cannot have a PointerView<void> specialization due to dereferincing a void ptr. More...
#include <gpu_smart_pointer.hpp>
Public Member Functions | |
| PointerView (const PointerView &other)=default | |
| PointerView (const std::shared_ptr< void > &ptr) | |
| template<class Deleter > | |
| PointerView (const std::unique_ptr< void, Deleter > &ptr) | |
| PointerView (void *ptr) | |
| OPM_HOST_DEVICE void * | get () const |
| OPM_HOST_DEVICE void * | operator-> () const |
Specialization of PointerView for void type This is needed beause we cannot have a PointerView<void> specialization due to dereferincing a void ptr.