MySQL 8.4.1
Source Code Documentation
mysql::utils::Is_specialization< Test, Primary > Struct Template Reference

Helper struct used to determine at compile time whether a given type T is a template specialization of the Primary. More...

#include <is_specialization.h>

Inheritance diagram for mysql::utils::Is_specialization< Test, Primary >:
[legend]

Detailed Description

template<typename Test, template< typename... > class Primary>
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.


The documentation for this struct was generated from the following file: