Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sktext::gpu::SubRunAllocator::Destroyer Struct Reference

#include <SubRunAllocator.h>

Public Member Functions

template<typename T >
void operator() (T *ptr)
 

Detailed Description

Definition at line 210 of file SubRunAllocator.h.

Member Function Documentation

◆ operator()()

template<typename T >
void sktext::gpu::SubRunAllocator::Destroyer::operator() ( T ptr)
inline

Definition at line 212 of file SubRunAllocator.h.

212{ ptr->~T(); }

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