tlx
Loading...
Searching...
No Matches
to_upper.cpp File Reference
#include <tlx/string/to_upper.hpp>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  tlx
 

Functions

char to_upper (char ch)
 Transform the given character to upper case without any localization.
 
std::string & to_upper (std::string *str)
 Transforms the given string to uppercase and returns a reference to it.
 
std::string to_upper (const std::string &str)
 Returns a copy of the given string converted to uppercase.