![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | helper |
| namespace | helper::string |
Functions | |
| bool | helper::string::is_empty (const std::string &str) |
| bool | helper::string::is_empty (const char *str) |
| const char * | helper::string::cstr (const char *str) |
| const char * | helper::string::cstr (const std::string &str) |
| size_t | helper::string::size (const char *str) |
| size_t | helper::string::size (const std::string &str) |
| template<typename Container > | |
| std::string | helper::as_string (const Container &c) |