
Public Member Functions | |
| lowercase (std::locale loc) | |
| Cache the locale. | |
| char | operator() (char ch) const |
Definition at line 108 of file word_count.cpp.
| char lowercase::operator() | ( | char | ch | ) | const [inline] |
Convert to lowercase
| ch | The character to convert. |
Definition at line 117 of file word_count.cpp.
References function::tolower().
1.5.3