xentara-utils v1.2
Xentara utilities library
|
A deleter that uses LocalFree(). More...
#include <windows/LocalFree.hpp>
Public Member Functions | |
auto | operator() (void *pointer) const noexcept -> void |
Deletes an object using LocalFree(). | |
A deleter that uses LocalFree().
|
noexcept |
Deletes an object using LocalFree().
pointer | The object to delete. If you pass nullptr to thos operator, it will do nothing. |