Public Member Functions | |
non_letter (std::locale loc) | |
Cache the locale. | |
bool | operator() (char ch) const |
Definition at line 89 of file word_count.cpp.
bool non_letter::operator() | ( | char | ch | ) | const [inline] |
Test whether ch
is not a letter.
ch | The character to test |
ch
is not a letter, that is, is not alphanumeric. Definition at line 97 of file word_count.cpp.
References function::isalnum().