CoreComponents 3.0.0
A Modern C++ Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Modules
ScopeGuard Class Reference

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.
 

Detailed Description

Call cleanup function on scope exit.

Constructor & Destructor Documentation

◆ ScopeGuard()

ScopeGuard ( Function< void()> && cleanup)

Post scope guard cleanup function.

◆ ~ScopeGuard()

~ScopeGuard ( )

Disband scope guard: call cleanup function.