MySQL 9.1.0
Source Code Documentation
|
#include <cstddef>
Go to the source code of this file.
Macros | |
#define | PSI_DOCUMENT_ME "" |
#define | PSI_FLAG_SINGLETON (1 << 0) |
Singleton flag. More... | |
Functions | |
template<class T , size_t N> | |
constexpr size_t | array_elements (T(&)[N]) noexcept |
#define PSI_DOCUMENT_ME "" |
#define PSI_FLAG_SINGLETON (1 << 0) |
Singleton flag.
This flag indicate that an instrumentation point is a singleton.
|
constexprnoexcept |