24#ifndef MYSQL_SETS_SET_CATEGORIES_H
25#define MYSQL_SETS_SET_CATEGORIES_H
54template <
class Test,
class Set_category_t =
void>
61template <
class Test1,
class Test2>
64 std::same_as<
typename Test1::Set_category_t,
65 typename Test2::Set_category_t>;
78template <Is_set_category>
True if the two Set classes have the same Set_category_t.
Definition: set_categories.h:62
True if Test has a member Set_category_t satisfying Is_set_category.
Definition: set_categories.h:55
True if Test is a Set category tag, i.e., derived from Base_set_category_tag.
Definition: set_categories.h:48
Definition: gtid_set.h:183
constexpr bool is_iterator_defined_set_category
Primary variable template for customization point that declares that a set category is iterator-defin...
Definition: set_categories.h:79
Base class for all Set category tag classes.
Definition: set_categories.h:43