MySQL 8.0.40
Source Code Documentation
|
Convenience function that concatenates arbitrary arguments, by feeding them to an ostringstream. More...
#include <sstream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mysqlns |
namespace | mysqlns::string |
namespace | mysqlns::string::internal |
Functions | |
void | mysqlns::string::internal::concat_to_stringstream (std::ostringstream &out) |
template<class T , class... Args> | |
void | mysqlns::string::internal::concat_to_stringstream (std::ostringstream &out, T first, Args... remainder) |
template<class... Args> | |
std::string | mysqlns::string::concat (Args... args) |
Convert all the arguments to strings and concatenate the strings. More... | |
Convenience function that concatenates arbitrary arguments, by feeding them to an ostringstream.