MySQL 8.4.0
Source Code Documentation
scope_guard.h File Reference

Go to the source code of this file.

Classes

class  Scope_guard< TLambda >
 
class  Variable_scope_guard< T >
 Template class to scope guard variables. More...
 

Functions

template<typename TLambda >
Scope_guard< TLambda > create_scope_guard (const TLambda rollback_lambda)
 

Function Documentation

◆ create_scope_guard()

template<typename TLambda >
Scope_guard< TLambda > create_scope_guard ( const TLambda  rollback_lambda)