![]() |
MySQL 9.6.0
Source Code Documentation
|
Functions | |
| template<class... Args_t> | |
| std::string | concat (Args_t &&...args) |
| Stream all the arguments to a stringstream and return the resulting string. More... | |
| std::string mysql::utils::throwing::concat | ( | Args_t &&... | args | ) |
Stream all the arguments to a stringstream and return the resulting string.
| Args_t | types of the arguments. |
| args | Arguments to concatenate. |
| bad_alloc | if an out-of-memory condition occurs. |