Defined in header <locale> | ||
---|---|---|
static const mask* classic_table() throw(); | (until C++11) | |
static const mask* classic_table() noexcept; | (since C++11) |
Returns the classification table that matches the classification used by the minimal "C" locale.
(none).
A pointer to the first element in the classification table (which an array of size std::ctype<char>::table_size
).
Default-constructed std::ctype<char>
facets use this table for classification.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/locale/ctype_char/classic_table