OpenTTD Source 20251019-master-g9f7f314f81
|
Deleter that calls a function rather than deleting the pointer. More...
#include <autorelease.hpp>
Public Member Functions | |
template<typename T > | |
constexpr void | operator() (T *arg) const |
Deleter that calls a function rather than deleting the pointer.
Definition at line 15 of file autorelease.hpp.
|
inlineconstexpr |
Definition at line 17 of file autorelease.hpp.