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