userver: userver/utils/fast_scope_guard.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
fast_scope_guard.hpp File Reference

a helper class to perform actions on scope exit More...

#include <type_traits>
#include <utility>
+ Include dependency graph for fast_scope_guard.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  utils::FastScopeGuard< Callback >
 a helper class to perform actions on scope exit More...
 

Namespaces

namespace  utils
 Utilities.
 

Detailed Description

a helper class to perform actions on scope exit

Definition in file fast_scope_guard.hpp.