MySQL 9.6.0
Source Code Documentation
mysql::utils::detail::Is_same_helper< Type1 > Struct Template Reference

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 >
 

Detailed Description

template<class Type1>
struct mysql::utils::detail::Is_same_helper< Type1 >

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.

Member Typedef Documentation

◆ Predicate

template<class Type1 >
template<class Type2 >
using mysql::utils::detail::Is_same_helper< Type1 >::Predicate = std::is_same<Type1, Type2>

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