31 #if !defined(MYSQLPP_UTILITY_H)    32 #define MYSQLPP_UTILITY_H    44                 void MYSQLPP_EXPORT 
str_to_lwr(std::string& s);
    48                 void MYSQLPP_EXPORT 
str_to_lwr(std::string& ls, 
const char* mcs);
    52 #endif // !defined(MYSQLPP_UTILITY_H) Definition: autoflag.h:31
void str_to_lwr(std::string &s)
Lowercase a C++ string in place. 
Definition: utility.cpp:30
This file includes top-level definitions for use both internal to the library, and outside it...