Skip to content. Skip to navigation

ICTP Portal

Sections
You are here: Home Manuals on-line PGI Compiler pgC_lib islower
Personal tools
Document Actions

islower



Click on the banner to return to the class reference home page.

islower


Locale Convenience Function

Summary

Determines whether a character is lower case.

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

None

Synopsis

#include <locale>

template <class charT> 
bool islower (charT c, const locale& loc) const;

Description

The islower function returns true if the character passed as a parameter is lower case, otherwise the function returns false. The check is made using the ctype facet from the locale parameter.

See Also

other is_ functions, locale, ctype


©Copyright 1996, Rogue Wave Software, Inc.


Powered by Plone This site conforms to the following standards: