Struct OnScopeEnd

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