![]() |
BRICKS
Small, useful blocks of code, to build bigger things.
|
#include <memory>
Go to the source code of this file.
Classes | |
struct | bricks::deleter< T, fn > |
A deleter is a function that deletes a pointer. More... | |
Namespaces | |
namespace | bricks |
Typedefs | |
template<typename T , auto fn> | |
using | bricks::handle = std::unique_ptr<T, deleter<T, fn>> |
A handle is a unique_ptr with a custom deleter. | |