| MySQL++
        3.2.4
        | 
Declares an adapter that converts something that can be inserted into a C++ stream into a std::string type. More...
#include <sstream>#include <string>Go to the source code of this file.
| Functions | |
| template<class T > | |
| std::string | mysqlpp::stream2string (const T &object) | 
| Converts anything you can insert into a C++ stream to a std::stringviastd::ostringstream. | |
Declares an adapter that converts something that can be inserted into a C++ stream into a std::string type.
 1.8.14
 1.8.14