MySQL 9.6.0
Source Code Documentation
fixint_binary_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 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...
 

Detailed Description

Experimental API header.