Struct OnScopeEnd
Defined in File gpa-fun-scope.h
Struct Documentation
-
struct OnScopeEnd
Public Functions
-
OnScopeEnd(OnScopeEnd const&) = delete
-
OnScopeEnd &operator=(OnScopeEnd const&) = delete
-
inline OnScopeEnd(std::function<void()> todo)
-
inline ~OnScopeEnd()
Public Members
-
std::function<void()> todo
-
OnScopeEnd(OnScopeEnd const&) = delete