![]() |
BRICKS
Small, useful blocks of code, to build bigger things.
|
A deleter is a function that deletes a pointer. More...
#include <handle.hpp>
Public Member Functions | |
void | operator() (T *p) |
A deleter is a function that deletes a pointer.
T | The type of the pointer. |
fn | The deleter function. |
|
inline |