template <class charT> class ctype_byname;
|
|
|
|
| locale name | description |
|---|---|
"C" | Minimal "C" locale (the same as locale::classic) |
"" | The environment's default locale |
| specialization |
|---|
ctype_byname<char> |
ctype_byname<wchar_t> |
char specialization of ctype_byname has a particular implementation (see ctype).