#include <sstream>
#include <string>
Include dependency graph for stream2string.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
Functions | |
template<class T> | |
std::string | mysqlpp::stream2string (const T &object) |
Converts anything you can insert into a C++ stream to a std::string via std::ostringstream . |