Checks if a character is alphabetic. More...
Public Member Functions | |
is_alpha (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 alphabetic given a locale. This is a wrapper around std::isalpha(CharT, std::locale)
Definition at line 125 of file classification.hpp.