29template <
typename Func>
32 ScopeGuard(ScopeGuard
const&) =
delete;
33 ScopeGuard(ScopeGuard&&) =
delete;
35 operator=(ScopeGuard
const&) =
delete;
37 operator=(ScopeGuard&&) =
delete;
Run a function when the scope is exited.
Definition ScopeGuard.hpp:30
ScopeGuard(Func func)
Create ScopeGuard object.
Definition ScopeGuard.hpp:44
This namespace contains various utilities.
Definition AccountUtils.hpp:30