MySQL 8.4.0
Source Code Documentation
is_specialization.h File Reference

Experimental API header. More...

#include <type_traits>

Go to the source code of this file.

Classes

struct  mysql::utils::Is_specialization< Test, Primary >
 Helper struct used to determine at compile time whether a given type T is a template specialization of the Primary. More...
 
struct  mysql::utils::Is_specialization< Primary< Args... >, Primary >
 Helper struct used to determine at compile time whether a given type T is a template specialization of the Primary. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::utils
 

Detailed Description

Experimental API header.