MySQL 9.1.0
Source Code Documentation
|
#include <functional>
#include <sstream>
#include <string>
Go to the source code of this file.
Classes | |
class | raii::Targeted_stringstream |
Like std::stringstream, copying to a given target string at destruction. More... | |
Namespaces | |
namespace | raii |
Functions | |
template<class T > | |
Targeted_stringstream & | raii::operator<< (Targeted_stringstream &&stream, const T &value) |
template<class T > | |
Targeted_stringstream & | raii::operator<< (Targeted_stringstream &stream, const T &value) |