![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <concepts>#include "mysql/strconv/encode/concat_object.h"#include "mysql/strconv/formats/resolve_format.h"Go to the source code of this file.
Classes | |
| class | mysql::strconv::detail::String_target_base |
| Top of the hierarchy. More... | |
| class | mysql::strconv::detail::String_target_interface< Self_tp > |
CRTP base class providing common helpers needed by String_writer and String_counter, namely, the function to resolve the format. More... | |
| struct | mysql::strconv::detail::String_target_interface< Self_tp >::Can_invoke_encode_impl_pred< Format_t, Object_t > |
| Helper type predicate used by detail::resolve_format. More... | |
Namespaces | |
| namespace | mysql |
| namespace | mysql::strconv |
| namespace | mysql::strconv::detail |
Concepts | |
| concept | mysql::strconv::detail::Can_invoke_encode_impl |
True if encode_impl can be invoked with the given format type and object type. | |
| concept | mysql::strconv::Is_string_target |
| Concept that holds for String_counter and String_writer. | |
Enumerations | |
| enum class | mysql::strconv::Target_type { mysql::strconv::counter , mysql::strconv::writer } |
Experimental API header.