![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <iterator>#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/nested_set_category.h"#include "mysql/sets/nested_set_meta.h"Go to the source code of this file.
Classes | |
| class | mysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp > |
CRTP base class/mixin used to define a Nested set based on an implementation that provides the find and upper_bound functions. More... | |
| class | mysql::sets::Nested_view_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp > |
| CRTP base class/mixin used to implement Nested sets that are views. More... | |
| class | mysql::sets::Basic_nested_container_wrapper< Self_tp, Wrapped_tp > |
| CRTP base class/mixin, used to implement Nested Sets that are container wrappers. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::sets |
| namespace | mysql::sets::detail |
Experimental API header.