![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <string_view>#include <type_traits>#include "mysql/strconv/decode/parse_options.h"#include "mysql/strconv/decode/parse_position.h"#include "mysql/strconv/decode/parse_result.h"#include "mysql/strconv/encode/out_str_write.h"#include "mysql/strconv/encode/string_target.h"#include "mysql/strconv/formats/resolve_format.h"#include "mysql/utils/return_status.h"Go to the source code of this file.
Classes | |
| class | mysql::strconv::Parser |
| Object used to parse strings. More... | |
| struct | mysql::strconv::Parser::Can_invoke_decode_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_decode_impl |
True if decode_impl can be invoked with the given format type and object type. | |
Experimental API header.