![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include <concepts>#include "my_byteorder.h"#include "mysql/strconv/decode/parser.h"#include "mysql/strconv/encode/string_target.h"#include "mysql/strconv/formats/fixint_binary_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 Fixint_binary_format &format, Target_t &target, const std::integral auto &value) |
| Format an integer in fixed-length, binary format. More... | |
| template<std::integral Value_t> | |
| void | mysql::strconv::decode_impl (const Fixint_binary_format &format, Parser &parser, Value_t &out) |
Parse an integral in fixed-width integer format type into out, advance the position, and return the status. More... | |
Experimental API header.