MySQL 9.6.0
Source Code Documentation
mysql::utils::throwing Namespace Reference

Functions

template<class... Args_t>
std::string concat (Args_t &&...args)
 Stream all the arguments to a stringstream and return the resulting string. More...
 

Function Documentation

◆ concat()

template<class... Args_t>
std::string mysql::utils::throwing::concat ( Args_t &&...  args)

Stream all the arguments to a stringstream and return the resulting string.

Template Parameters
Args_ttypes of the arguments.
Parameters
argsArguments to concatenate.
Returns
The resulting std::string.
Exceptions
bad_allocif an out-of-memory condition occurs.