CoreComponents 3.0.0
A Modern C++ Toolkit
|
Call cleanup function on scope exit. More...
#include <cc/ScopeGuard>
Public Member Functions | |
ScopeGuard (Function< void()> &&cleanup) | |
Post scope guard cleanup function. | |
~ScopeGuard () | |
Disband scope guard: call cleanup function. | |
Call cleanup function on scope exit.
ScopeGuard | ( | Function< void()> && | cleanup | ) |
Post scope guard cleanup function.
~ScopeGuard | ( | ) |
Disband scope guard: call cleanup function.