![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <string_view>#include "mysql/meta/is_specialization.h"#include "mysql/sets/nested_set_meta.h"#include "mysql/strconv/formats/format.h"#include "mysql/strconv/formats/text_format.h"Go to the source code of this file.
Classes | |
| struct | mysql::strconv::Nested_set_text_format< Key_format_tp, Mapped_format_tp > |
| Tag to identify the formatting algorithm for nested sets, using the given format tags for the key type and the mapped type, respectively. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::strconv |
Concepts | |
| concept | mysql::strconv::Is_nested_set_text_format |
Functions | |
| auto | mysql::strconv::get_default_format (const Text_format &, const mysql::sets::Is_nested_set auto &) |
Make mysql::strconv::encode_text (and encode(Text_format{}, ...) use Nested_set_text_format when the object to format is a Nested set. More... | |
Experimental API header.