MySQL 8.0.40
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
raii Namespace Reference

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_stringstreamoperator<< (Targeted_stringstream &&stream, const T &value)
 
template<class T >
Targeted_stringstreamoperator<< (Targeted_stringstream &stream, const T &value)
 

Function Documentation

◆ operator<<() [1/2]

template<class T >
Targeted_stringstream & raii::operator<< ( Targeted_stringstream &&  stream,
const T &  value 
)

◆ operator<<() [2/2]

template<class T >
Targeted_stringstream & raii::operator<< ( Targeted_stringstream stream,
const T &  value 
)