Thrill  0.1
GPoolDeleter< T > Class Template Reference

Detailed Description

template<typename T>
class thrill::mem::GPoolDeleter< T >

deleter for unique_ptr with memory from mem::g_pool.

Definition at line 334 of file pool.hpp.

#include <pool.hpp>

Public Member Functions

void operator() (T *ptr) const noexcept
 free the pointer More...
 

Member Function Documentation

◆ operator()()

void operator() ( T ptr) const
inlinenoexcept

free the pointer

Definition at line 338 of file pool.hpp.

References Pool::destroy(), and thrill::mem::GPool().


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