MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
to_string.h File Reference
#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"}