MySQL 9.1.0
Source Code Documentation
|
Classes | |
class | Sentry |
Generic sentry class that invokes some callable object of type F upon disposal of an instance of this class. More... | |
class | Targeted_stringstream |
Like std::stringstream, copying to a given target string at destruction. More... | |
class | Thread_stage_guard |
RAII guard that sets a thread stage, and restores the previous stage when going out of scope. More... | |
Functions | |
template<class T > | |
Targeted_stringstream & | operator<< (Targeted_stringstream &&stream, const T &value) |
template<class T > | |
Targeted_stringstream & | operator<< (Targeted_stringstream &stream, const T &value) |
Targeted_stringstream & raii::operator<< | ( | Targeted_stringstream && | stream, |
const T & | value | ||
) |
Targeted_stringstream & raii::operator<< | ( | Targeted_stringstream & | stream, |
const T & | value | ||
) |