Flutter Engine
 
Loading...
Searching...
No Matches
LoadedElfDeleter Struct Reference

Public Member Functions

void operator() (Dart_LoadedElf *elf)
 

Detailed Description

Definition at line 1664 of file embedder.cc.

Member Function Documentation

◆ operator()()

void LoadedElfDeleter::operator() ( Dart_LoadedElf *  elf)
inline

Definition at line 1665 of file embedder.cc.

1665 {
1666 if (elf) {
1667 ::Dart_UnloadELF(elf);
1668 }
1669 }

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