![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <string_view>#include "mysql/strconv/decode/parser.h"#include "mysql/strconv/encode/string_target.h"#include "mysql/strconv/formats/fixstr_binary_format.h"Go to the source code of this file.
Namespaces | |
| namespace | mysql |
| namespace | mysql::strconv |
Functions | |
| void | mysql::strconv::decode_impl (const Fixstr_binary_format &format, Parser &parser, std::string_view &out) |
Parse a string in fixed-length format into out, advance the position, and return the status. More... | |
| void | mysql::strconv::decode_impl (const Fixstr_binary_format &format, Parser &parser, Is_string_target auto &out) |
Parse a string in fixed-length format into out, advance the position, and return the status. More... | |
Experimental API header.