CPPuddle
|
#include <recycling_kokkos_view.hpp>
Public Member Functions | |
view_deleter (alloc_type alloc, size_t total_elements) | |
void | operator() (element_type *p) |
Public Attributes | |
alloc_type | allocator |
size_t | total_elements |
Convienience struct to delete the view once the reference counting reaches 0
|
inline |
|
inline |
alloc_type cppuddle::memory_recycling::view_deleter< element_type, alloc_type >::allocator |
size_t cppuddle::memory_recycling::view_deleter< element_type, alloc_type >::total_elements |