| Localization library | |||||||||||||||||||||||||
| Regular expressions library(C++11) | |||||||||||||||||||||||||
| Formatting library(C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Member functions of ctype<char> | ||||
ctype<char>::classic_table | ||||
Defined in header <locale> | ||
staticconst mask* classic_table()throw(); | (until C++11) | |
staticconst mask* classic_table()noexcept; | (since C++11) | |
Returns the classification table that matches the classification used by the minimal "C" locale.
Contents |
(none)
A pointer to the first element in the classification table (which is an array of sizestd::ctype<char>::table_size).
Default-constructedstd::ctype<char> facets use this table for classification.
| This section is incomplete Reason: no example |