Template Struct scope_exit
Defined in File scope_exit.hpp
Struct Documentation
-
template<typename CallableT>
struct scope_exit Public Functions
-
scope_exit(const scope_exit&) = delete
-
scope_exit(scope_exit&&) = default
-
scope_exit &operator=(const scope_exit&) = delete
-
scope_exit &operator=(scope_exit&&) = default
-
inline ~scope_exit()
-
inline void cancel()
-
scope_exit(const scope_exit&) = delete