#include <hxfree_list.hpp>
deleter_t - A callable deleter that releases a T back to this hxfree_list.
◆ deleter_t()
Constructs a deleter associated with owner.
◆ operator bool()
| hxfree_list< T, capacity_ >::deleter_t::operator bool |
( |
void | | ) |
const |
|
inline |
Always returns true, indicating the deleter is valid.
◆ operator()()
| void hxfree_list< T, capacity_ >::deleter_t::operator() |
( |
T * | p_ | ) |
|
|
inlinenoexcept |
Destructs *p and returns its slot to the owning hxfree_list.
WARNING: Made non-const to indicate deletion is not thread-safe.
The documentation for this class was generated from the following file: