MySQL 9.6.0
Source Code Documentation
set_categories_and_traits.h File Reference

Experimental API header. More...

#include <concepts>
#include "mysql/sets/set_categories.h"
#include "mysql/sets/set_traits.h"

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::sets
 

Concepts

concept  mysql::sets::Is_set_over_category_and_traits
 True if Test is a set with category Category_t and traits Traits_t.
 
concept  mysql::sets::Is_set_over_category
 True if Test is a set with category Category_t.
 
concept  mysql::sets::Is_set_over_traits
 True if Test is a set with traits Traits_t.
 
concept  mysql::sets::Is_set
 True if Test is a set.
 
concept  mysql::sets::Is_set_or_set_ref_over_category_and_traits
 True if Test is a reference to a set with category Category_t and traits Traits_t.
 
concept  mysql::sets::Is_compatible_set
 True if Set1_t and Set2_t have the same Set_category_t and Set_traits_t.
 
concept  mysql::sets::Is_iterator_defined_set
 True if the given set is of a category declared to be iterator-defined.
 

Detailed Description

Experimental API header.