MySQL 8.3.0
Source Code Documentation
ut0bool_scope_guard.h File Reference

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).
 

Detailed Description

The ut_bool_scope_guard class which sets boolean to true for the duration of scope.