xentara-utils v2.0.4
The Xentara Utility Library
|
A deleter that uses LocalFree(). More...
#include <xentara/utils/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. |