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