WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
|
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. More... | |
Deleter for unique_ptr using CoTaskMemFree.
|
inline |
Delete a pointer.