MySQL 8.4.0
Source Code Documentation
component_common.h File Reference
#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
 

Macro Definition Documentation

◆ PSI_DOCUMENT_ME

#define PSI_DOCUMENT_ME   ""

◆ PSI_FLAG_SINGLETON

#define PSI_FLAG_SINGLETON   (1 << 0)

Singleton flag.

This flag indicate that an instrumentation point is a singleton.

Function Documentation

◆ array_elements()

template<class T , size_t N>
constexpr size_t array_elements ( T(&)  [N])
constexprnoexcept