stlsoft/string/case_functions.hpp File Reference


Detailed Description

[C++ only] String utility functions for manipulating case (String Library).

#include <stlsoft/stlsoft.h>
#include <stlsoft/string/ctype_traits.hpp>
#include <stlsoft/string/string_traits.hpp>
#include <stlsoft/algorithms/std/alt.hpp>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Functions

template<typename S>
S & make_upper (S &s)
 Converts all characters in the string to upper case.
template<typename S>
S & make_lower (S &s)
 Converts all characters in the string to lower case.
template<typename S>
to_upper (S const &s)
 Returns a copy of the source string in which all characters have been converted to upper case.
template<typename S>
to_lower (S const &s)
 Returns a copy of the source string in which all characters have been converted to lower case.


Generated on Thu Jun 10 08:58:10 2010 for STLSoft by  doxygen 1.5.6