Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
HarfbuzzWrappers::hb_blob_deleter Struct Reference

#include <hb_wrappers.h>

Public Member Functions

void operator() (hb_blob_t *ptr)
 

Detailed Description

Definition at line 13 of file hb_wrappers.h.

Member Function Documentation

◆ operator()()

void HarfbuzzWrappers::hb_blob_deleter::operator() ( hb_blob_t *  ptr)
inline

Definition at line 14 of file hb_wrappers.h.

14{ hb_blob_destroy(ptr); }

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