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