MacStd
OS X API using Standard C++
|
Deleter for unique_ptr using CFRelease. More...
#include <MacStd/CoreFoundation.hpp>
Public Member Functions | |
CFRelease_delete () noexcept | |
Default constructor. | |
template<class _T > | |
void | operator() (_T *_Ptr) const |
Delete a pointer. | |
Deleter for unique_ptr using CFRelease.
|
inline |
Delete a pointer.