|
WinStd
Windows Win32 API using Standard C++
|
Deleter for unique_ptr using CoTaskMemFree. More...
#include <WinStd/COM.h>
Public Member Functions | |
| CoTaskMemFree_delete () noexcept | |
| Default constructor. | |
| template<class _T > | |
| void | operator() (_T *_Ptr) const |
| Delete a pointer. | |
Deleter for unique_ptr using CoTaskMemFree.
|
inline |
Delete a pointer.