MySQL 8.0.37
Source Code Documentation
concat.h File Reference

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...
 

Detailed Description

Convenience function that concatenates arbitrary arguments, by feeding them to an ostringstream.