Thrill  0.1
to_upper.cpp File Reference
#include <tlx/string/to_upper.hpp>
#include <algorithm>
+ Include dependency graph for to_upper.cpp:

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...