MySQL 9.1.0
Source Code Documentation
|
helper class to deal with optionally empty strings More...
#include <ssl_init_callback.h>
Public Member Functions | |
OptionalString () | |
OptionalString (const char *s) | |
~OptionalString ()=default | |
OptionalString (const OptionalString &)=default | |
const char * | c_str () const |
OptionalString & | assign (const char *s) |
Private Attributes | |
std::string | value_ |
bool | empty_ |
helper class to deal with optionally empty strings
|
inline |
|
inline |
|
default |
|
default |
|
inline |
|
inline |
|
private |
|
private |