24#ifndef MYSQL_UTILS_IS_SPECIALIZATION_H
25#define MYSQL_UTILS_IS_SPECIALIZATION_H
39template <
typename Test,
template <
typename...>
class Primary>
44template <
template <
typename...>
class Primary,
typename... Args>
Definition: gtid_format.h:46
Helper struct used to determine at compile time whether a given type T is a template specialization o...
Definition: is_specialization.h:40