![]() |
MySQL 9.3.0
Source Code Documentation
|
#include <optional>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | helper |
Functions | |
const std::string & | helper::to_string (const bool b) |
const std::string & | helper::to_string (const std::string &value) |
const char * | helper::to_cstr (const bool b) |
template<typename Type > | |
std::string | helper::to_string (const std::optional< Type > &v) |
Variables | |
const std::string | helper::k_none {"none"} |
const std::string | helper::k_true {"true"} |
const std::string | helper::k_false {"false"} |