Destroy T and return its block to Free.
More...
#include <StormByte/safe_pointers.hxx>
|
| template<class U > |
| void | operator() (U *pointer) const noexcept |
| | Destroy pointer and free its block on Base's heap.
|
| |
Destroy T and return its block to Free.
◆ operator()()
template<class U >
| void StormByte::Heap::ObjectDeleter::operator() |
( |
U * |
pointer | ) |
const |
|
inlinenoexcept |
Destroy pointer and free its block on Base's heap.
- Template Parameters
-
- Parameters
-
| pointer | Object constructed with placement new on Allocate. |
The documentation for this struct was generated from the following file: