MySQL 9.6.0
Source Code Documentation
strconv.h File Reference

Go to the source code of this file.

Classes

class  Out_str_growable_mysql_string
 Output string wrapper for String. More...
 

Functions

auto out_str_growable (String &str)
 Return a new Output String Wrapper that wraps the given String. More...
 

Function Documentation

◆ out_str_growable()

auto out_str_growable ( String str)
inline

Return a new Output String Wrapper that wraps the given String.

This enables passing (wrapped) String objects to mysql::strconv::encode.