MySQL 9.6.0
Source Code Documentation
hex_basic.h File Reference

Experimental API header. More...

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...
 

Detailed Description

Experimental API header.