Rogue Wave banner
Previous fileTop of documentContentsIndexNext file

toupper


Locale Convenience Function

Summary

Converts a character to upper case.

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

None

Synopsis

#include <locale>
template <class charT> 
charT toupper (charT c, const locale& loc) const;

Description

The toupper function returns the parameter c after converting it to upper case. The conversion is made using the ctype facet from the locale parameter.

Example

See Also

tolower, locale, ctype



Previous fileTop of documentContentsIndexNext file
©Copyright 1998, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.
OEM Release, June 1998