MySQL 9.6.0
Source Code Documentation
is_same_as_all.h File Reference

Experimental API header. More...

#include <type_traits>

Go to the source code of this file.

Classes

struct  mysql::meta::detail::All_same_helper< Types >
 Helper to implement Is_same_as_all. This is the primary template. More...
 
struct  mysql::meta::detail::All_same_helper<>
 Helper to implement Is_same_as_all. More...
 
struct  mysql::meta::detail::All_same_helper< Type >
 Helper to implement Is_same_as_all. More...
 
struct  mysql::meta::detail::All_same_helper< First, First, Rest... >
 Helper to implement Is_same_as_all. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::meta
 
namespace  mysql::meta::detail
 

Concepts

concept  mysql::meta::Is_same_as_all
 True if all the given types are equal (like a vararg version of std::same_as).
 

Detailed Description

Experimental API header.