Definition at line 28 of file binary_matrix.cpp.
◆ operator()()
| void anonymous_namespace{binary_matrix.cpp}::SurfaceDeleter::operator() |
( |
SDL_Surface * | surface | ) |
const |
|
inline |
Definition at line 29 of file binary_matrix.cpp.
29 {
30 if (surface != nullptr) {
31 SDL_DestroySurface(surface);
32 }
33 }
The documentation for this struct was generated from the following file: