All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::string::is_upper Struct Reference

Checks if a character is upper case. More...

Public Member Functions

 is_upper (const std::locale &loc=std::locale())
 Constructs the function object with the given locale.
 
template<typename CharT >
bool operator() (CharT c) const
 

Detailed Description

Checks if a character is upper case given a locale. This is a wrapper around std::isupper(CharT, std::locale)

Definition at line 62 of file classification.hpp.