9#import <Foundation/Foundation.h>
40 using CFType = std::unique_ptr<T, CFRelease_delete>;
Deleter for unique_ptr using CFRelease.
Definition Foundation.hpp:17
CFRelease_delete() noexcept
Default constructor.
Definition Foundation.hpp:21
void operator()(_T *_Ptr) const
Delete a pointer.
Definition Foundation.hpp:29