![]() |
MySQL 9.6.0
Source Code Documentation
|
Struct template with with one template argument, having a member type Predicate, which is a type predicate that holds for types that are equal to the template argument of the (outer) struct. More...
#include <tuple_find.h>
Public Types | |
| template<class Type2 > | |
| using | Predicate = std::is_same< Type1, Type2 > |
Struct template with with one template argument, having a member type Predicate, which is a type predicate that holds for types that are equal to the template argument of the (outer) struct.
| using mysql::utils::detail::Is_same_helper< Type1 >::Predicate = std::is_same<Type1, Type2> |