MySQL 9.1.0
Source Code Documentation
|
Template class to scope guard variables. More...
#include <scope_guard.h>
Public Member Functions | |
Variable_scope_guard ()=delete | |
Variable_scope_guard (T &var) | |
Variable_scope_guard (const Variable_scope_guard &)=delete | |
Variable_scope_guard (Variable_scope_guard &&)=delete | |
Variable_scope_guard & | operator= (const Variable_scope_guard &)=delete |
Variable_scope_guard & | operator= (Variable_scope_guard &&)=delete |
~Variable_scope_guard () | |
Private Attributes | |
T & | m_var_ref |
T | m_var_val |
Template class to scope guard variables.
|
delete |
|
inline |
|
delete |
|
delete |
|
inline |
|
delete |
|
delete |
|
private |
|
private |