![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <utility>#include "mysql/containers/basic_container_wrapper.h"#include "mysql/meta/not_decayed.h"#include "mysql/ranges/collection_interface.h"#include "mysql/ranges/meta.h"#include "mysql/sets/basic_set_container_wrapper.h"#include "mysql/sets/boundary_set_category.h"#include "mysql/sets/boundary_set_meta.h"#include "mysql/sets/set_traits.h"#include "mysql/sets/upper_lower_bound_interface.h"#include "mysql/utils/call_and_catch.h"Go to the source code of this file.
Classes | |
| class | mysql::sets::detail::Boundary_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp > |
| CRTP base class used to implement Boundary Sets. More... | |
| class | mysql::sets::Boundary_view_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp > |
| CRTP base class/mixin, used to implement Boundary Sets that are views. More... | |
| class | mysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp > |
| CRTP base class/mixin, used to implement Boundary Sets that are container wrappers. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::sets |
| namespace | mysql::sets::detail |
Experimental API header.