MySQL 8.4.2
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 | mysql |
namespace | mysql::binlog |
namespace | mysql::binlog::event |
The namespace contains classes representing events that can occur in a replication stream. | |
namespace | mysql::binlog::event::string |
namespace | mysql::binlog::event::string::internal |
Functions | |
void | mysql::binlog::event::string::internal::concat_to_stringstream (std::ostringstream &out) |
template<class T , class... Args> | |
void | mysql::binlog::event::string::internal::concat_to_stringstream (std::ostringstream &out, T first, Args... remainder) |
template<class... Args> | |
std::string | mysql::binlog::event::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.