|
inline |
Convert to lowercase.
This function converts the argument to lowercase if possible. If not possible (for example, '2'), returns the argument. It does so by returning ctype<char_type>::do_tolower(c).
| __c | The char_type to convert. |
Definition at line 266 of file locale_facets.h.