![]() |
MySQL 26.7.0
Source Code Documentation
|
Minimal implementation of C++23 std::expected. More...
Go to the source code of this file.
Classes | |
| class | ut::Unexpected< E > |
| C++23 std::unexpected. More... | |
| class | ut::Expected< T, E > |
| C++23 std::expected. 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). | |
Functions | |
| template<class E > | |
| ut::Unexpected (E) -> Unexpected< E > | |
Minimal implementation of C++23 std::expected.