Checks if a character is lower case. More...
Public Member Functions | |
is_lower (const std::locale &loc=std::locale()) | |
Constructs the function object with the given locale. | |
template<typename CharT > | |
bool | operator() (CharT c) const |
Checks if a character is lower case given a locale. This is a wrapper around std::islower(CharT, std::locale)
Definition at line 41 of file classification.hpp.