#include "common.h"
#include <cctype>
#include <cstring>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mysqlpp |
namespace | mysqlpp::internal |
Functions | |
void | mysqlpp::internal::str_to_lwr (std::string &s) |
Lowercase a C++ string in place. | |
void | mysqlpp::internal::str_to_lwr (std::string &ls, const char *mcs) |
Copy a C string into a C++ string, lowercasing it along the way. |
None of this is meant to be used outside the library itself. None of this is considered part of the library interface. It is subject to change at any time, with no notice.