![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <type_traits>Go to the source code of this file.
Classes | |
| struct | mysql::meta::detail::Is_specialization_helper< Test, Primary > |
| Helper struct used to determine at compile time whether a given type Test is a template specialization of the Primary. More... | |
| struct | mysql::meta::detail::Is_specialization_helper< Primary< Args... >, Primary > |
| Helper struct used to determine at compile time whether a given type Test is a template specialization of the Primary. More... | |
| struct | mysql::meta::detail::Is_nontype_specialization_helper< Test, Primary > |
| Helper struct used to determine at compile time whether a given type Test is a template specialization of the Primary, where all template arguments are non-types. More... | |
| struct | mysql::meta::detail::Is_nontype_specialization_helper< Primary< Args... >, Primary > |
| Helper struct used to determine at compile time whether a given type Test is a template specialization of the Primary, where all template arguments are non-types. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::meta |
| namespace | mysql::meta::detail |
Concepts | |
| concept | mysql::meta::Is_specialization |
| Concept used to determine at compile time whether a given type Test is a template specialization of the Primary. | |
| concept | mysql::meta::Is_nontype_specialization |
| Concept used to determine at compile time whether a given type Test is a template specialization of the Primary. | |
Experimental API header.