OpenTTD Source 20250206-master-g6089ed8059
FileHandle::FileDeleter Struct Reference

Helper to close a FILE * with a std::unique_ptr. More...

Public Member Functions

void operator() (FILE *f)
 

Detailed Description

Helper to close a FILE * with a std::unique_ptr.

Definition at line 173 of file fileio_type.h.

Member Function Documentation

◆ operator()()

void FileHandle::FileDeleter::operator() ( FILE *  f)
inline

Definition at line 174 of file fileio_type.h.


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