#include <sstream>
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 Strng, class T> | |
Strng | mysqlpp::stream2string (const T &object) |
Converts a stream-able object to any type that can be initialized from an std::string . |