![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <new>#include <string_view>#include "mysql/strconv/decode/parse_options.h"#include "mysql/strconv/decode/parser.h"#include "mysql/strconv/decode/repeat.h"#include "mysql/strconv/encode/string_target.h"#include "mysql/strconv/formats/format.h"#include "mysql/utils/concat.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::strconv |
Functions | |
| Parser | mysql::strconv::decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv, auto &out) |
| Parse from a string into the given object, according to the parse options. More... | |
| Parser | mysql::strconv::test_decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv) |
| Test for success when parsing (decoding) a string from a string, without producing output. More... | |
| std::ptrdiff_t | mysql::strconv::compute_decoded_length (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv) |
| Compute the output length when parsing a string from a string. More... | |
| Parser | mysql::strconv::decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv, const Is_out_str auto &out_str) |
| Parse from a string into an Is_out_str object. More... | |
| Parser | mysql::strconv::decode (const Is_parse_options_nocheck auto &opt, const std::string_view &in_sv, mysql::meta::Is_specialization< std::basic_string > auto &out) |
| Parse from a string into an std::string object. More... | |
Experimental API header.