|
WinStd
Windows Win32 API using Standard C++
|
Deleter for unique_ptr to array of unknown size using LocalFree. More...
#include <WinStd/Common.h>
Public Types | |
| typedef LocalFree_delete< _Ty > | _Myt |
| This type. | |
Public Member Functions | |
| LocalFree_delete () noexcept | |
| Default construct. | |
| void | operator() (_Ty *_Ptr) const noexcept |
| Delete a pointer. | |
| template<class _Other > | |
| void | operator() (_Other *) const |
| Delete a pointer of another type. | |
Deleter for unique_ptr to array of unknown size using LocalFree.
|
inline |
Delete a pointer of another type.