MySQL 9.6.0
Source Code Documentation
mysql::meta::detail::Is_specialization_helper< Test, Primary > Struct Template Reference

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

#include <is_specialization.h>

Inheritance diagram for mysql::meta::detail::Is_specialization_helper< Test, Primary >:
[legend]

Detailed Description

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


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