XLE
v0.02.0
|
Public Member Functions | |
AutoCleanup (std::function< void()> &&fn) | |
AutoCleanup (AutoCleanup &&moveFrom) | |
AutoCleanup & | operator= (AutoCleanup &&moveFrom) |
Protected Member Functions | |
AutoCleanup (const AutoCleanup &)=delete | |
AutoCleanup & | operator= (const AutoCleanup &)=delete |
Protected Attributes | |
std::function< void()> | _fn |