Audacity 3.2.0
|
"finally" as in The C++ Programming Language, 4th ed., p. 358 Useful for defining ad-hoc RAII actions. typical usage: auto cleanup = finally([&]{ ... code; ... }); More...
#include <MemoryX.h>
Public Member Functions | |
Finally (F f) | |
~Finally () | |
Public Attributes | |
F | clean |
"finally" as in The C++ Programming Language, 4th ed., p. 358 Useful for defining ad-hoc RAII actions. typical usage: auto cleanup = finally([&]{ ... code; ... });
F Finally< F >::clean |
Definition at line 178 of file MemoryX.h.
Referenced by Finally< F >::~Finally().