Fabcoin Core
0.16.2
P2P Digital Currency
|
RAII utility class whose destructor calls a given function. More...
#include <Common.h>
Public Member Functions | |
ScopeGuard (std::function< void(void)> _f) | |
~ScopeGuard () | |
Private Attributes | |
std::function< void(void)> | m_f |
RAII utility class whose destructor calls a given function.
|
inline |
|
private |