MySQL
9.1.0
Source Code Documentation
Namespaces
|
Macros
Utils
Libraries
Collaboration diagram for Utils:
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
Namespaces
namespace
mysql
namespace
mysql::utils
Macros
#define
DEPRECATE_HEADER
(header_name)
Detailed Description
Macro Definition Documentation
◆
DEPRECATE_HEADER
#define DEPRECATE_HEADER
(
header_name
)
Value:
namespace
{ \
[[deprecated(
"This header is deprecated"
)]]
constexpr
static
int \
header_name##_header_deprecation = 0; \
constexpr
static
int
header_name##_header_is_deprecated = \
header_name##_header_deprecation; \
}
Generated by
1.9.2