![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <concepts>#include <cstddef>#include <string_view>#include "mysql/gtids/tag.h"#include "mysql/meta/not_decayed.h"#include "mysql/strconv/strconv.h"#include "mysql/utils/return_status.h"#include "mysql/uuids/uuid.h"Go to the source code of this file.
Classes | |
| class | mysql::gtids::detail::Tsid_base |
| Top of the hierarchy. More... | |
| class | mysql::gtids::detail::Tsid_interface< Self_tp, Tag_tp > |
| Common interface, parameterized by tag type. More... | |
| class | mysql::gtids::Tsid |
| class | mysql::gtids::Tsid_trivial |
| struct | std::hash< Tsid_t > |
Namespaces | |
| namespace | mysql |
| namespace | mysql::gtids |
| namespace | mysql::gtids::detail |
| namespace | std |
| Define std::hash<Gtid>. | |
Concepts | |
| concept | mysql::gtids::Is_tsid |
Functions | |
| bool | mysql::gtids::operator== (const Is_tsid auto &tsid1, const Is_tsid auto &tsid2) |
| bool | mysql::gtids::operator!= (const Is_tsid auto &tsid1, const Is_tsid auto &tsid2) |
| auto | mysql::gtids::operator<=> (const Is_tsid auto &tsid1, const Is_tsid auto &tsid2) |
Experimental API header.