![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <ranges>#include "mysql/sets/set_categories.h"#include "mysql/sets/set_categories_and_traits.h"#include "mysql/sets/set_traits.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::sets |
Functions | |
| template<Is_set_category Set_category_t, Is_set_traits Set_traits_t> | |
| auto & | mysql::sets::make_empty_set_view () |
| Return a reference to a singleton object representing the view containing the empty set, for the given Set category and Set traits. More... | |
| template<Is_set Set_t> | |
| auto & | mysql::sets::make_empty_set_view_like () |
| Return the result of make_empty_set_view for the set category and set traits of the given set type. More... | |
| template<Is_set_category Set_category_t, Is_bounded_set_traits Set_traits_t> | |
| auto & | mysql::sets::make_full_set_view () |
| Return a reference to a singleton object representing the view containing the empty set, for the given Set category and Set traits. More... | |
| template<Is_set Set_t> | |
| auto & | mysql::sets::make_full_set_view_like () |
| Return the result of make_full_set_view for the set category and set traits of the given set type. More... | |
Experimental API header.