Class ScopeGuard¶
Defined in File ScopeGuard.hpp
Class Documentation¶
-
class
uitsl::ScopeGuard¶ Public Functions
-
template<typename
OnConstruct, typenameOnDestruct= std::function<void()>>ScopeGuard(OnConstruct &&on_construct = [](){}, OnDestruct &&on_destruct_ = [](){})¶
-
~ScopeGuard()¶
-
template<typename