MySQL 9.6.0
Source Code Documentation
Strconv

Wrappers around output buffers for string-producing functions, enabling a single string producer to accept multiple string representations and allocation policies. More...

Collaboration diagram for Strconv:

Namespaces

namespace  mysql
 
namespace  mysql::strconv
 
namespace  mysql::strconv::detail
 

Detailed Description

Wrappers around output buffers for string-producing functions, enabling a single string producer to accept multiple string representations and allocation policies.

Anyone that defines a string-producing function usually has to make several decisions, and this framework makes it easy to support all variants without duplicating/repeating code:

If the string producer will only be used in code that follows one defined convention, the API can just use that. Otherwise, in more heterogeneous environments, use this library as follows: