![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <map>#include "my_compiler.h"#include "mysql/allocators/allocator.h"#include "mysql/allocators/memory_resource.h"#include "mysql/containers/basic_container_wrapper.h"#include "mysql/containers/map_or_set_assign.h"#include "mysql/iterators/iterator_interface.h"#include "mysql/iterators/meta.h"#include "mysql/meta/is_same_ignore_const.h"#include "mysql/ranges/disjoint_pairs.h"#include "mysql/ranges/meta.h"#include "mysql/sets/boundary_set_meta.h"#include "mysql/sets/upper_lower_bound_interface.h"Go to the source code of this file.
Classes | |
| class | mysql::sets::throwing::detail::Map_boundary_iterator< Map_iterator_tp, Mutable_map_iterator_tp > |
| Boundary_iterator based on a std::map iterator or const iterator. More... | |
| class | mysql::sets::throwing::Map_boundary_storage< Set_traits_tp, Map_tp > |
| Storage for boundary points, backed by a std::map. More... | |
| struct | mysql::sets::throwing::Map_boundary_storage< Set_traits_tp, Map_tp >::Make_pair_reverse |
Namespaces | |
| namespace | mysql |
| namespace | mysql::sets |
| namespace | mysql::sets::throwing |
| namespace | mysql::sets::throwing::detail |
Experimental API header.
This file contains the class Map_boundary_storage, which provides storage for a boundary container backed by a std::map.