DASH  0.3.0
dash::DefaultDeleter< Allocator > Class Template Reference

Public Types

using memory = typename Allocator::memory_resource
 
using pointer = typename std::allocator_traits< Allocator >::pointer
 

Public Member Functions

 DefaultDeleter (const Allocator &alloc, std::size_t nels)
 
void operator() (pointer p)
 

Friends

template<class Allocator_ >
constexpr bool operator== (DefaultDeleter< Allocator_ > const &, DefaultDeleter< Allocator_ > const &) noexcept
 

Detailed Description

template<class Allocator>
class dash::DefaultDeleter< Allocator >

Definition at line 9 of file UniquePtr.h.


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