![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <string_view>#include "mysql/meta/is_specialization.h"#include "mysql/strconv/decode/parser.h"#include "mysql/strconv/encode/string_target.h"#include "mysql/strconv/formats/hex_format.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::strconv |
Functions | |
| template<Is_string_target Target_t> | |
| void | mysql::strconv::encode_impl (const mysql::meta::Is_nontype_specialization< Hex_format > auto &format, Target_t &target, const std::string_view &sv) |
| Format the given char buffer in hex format. More... | |
| void | mysql::strconv::decode_impl (const mysql::meta::Is_nontype_specialization< Hex_format > auto &format, Parser &parser, Is_string_target auto &target) |
| Read into a single character from a string of two hex digits. More... | |
Experimental API header.