tlx
|
Go to the source code of this file.
Namespaces | |
tlx | |
Functions | |
char | to_lower (char ch) |
Transform the given character to lower case without any localization. More... | |
std::string & | to_lower (std::string *str) |
Transforms the given string to lowercase and returns a reference to it. More... | |
std::string | to_lower (const std::string &str) |
Returns a copy of the given string converted to lowercase. More... | |