OpenTTD Source  20241108-master-g80f628063a
CFDeleter< T > Struct Template Reference

Deleter that calls CFRelease rather than deleting the pointer. More...

#include <macos.h>

Public Member Functions

void operator() (T *p)
 

Detailed Description

template<typename T>
struct CFDeleter< T >

Deleter that calls CFRelease rather than deleting the pointer.

Definition at line 45 of file macos.h.


The documentation for this struct was generated from the following file: