MySQL 9.1.0
Source Code Documentation
|
The ut_bool_scope_guard class which sets boolean to true for the duration of scope. More...
Go to the source code of this file.
Classes | |
class | ut::bool_scope_guard_t |
A RAII-style class, which sets a given boolean to true in constructor, and to false in destructor, effectively making sure that it is true for the duration of the object lifetime/scope. More... | |
Namespaces | |
namespace | ut |
This file contains a set of libraries providing overloads for regular dynamic allocation routines which allow for opt-in memory instrumentation through performance schema memory engine (PFS). | |
The ut_bool_scope_guard class which sets boolean to true for the duration of scope.