std::ctype <char> :: classic_table
From cppreference.com
<
cpp
|
locale
|
ctype char
C++
Localization library
Character conversions | ||||
String and stream conversions | ||||
(
C++11/17/26*
)
|
||||
(
C++11/17/26*
)
|
Text encoding identifications | |||||
|
|||||
Unicode conversion facets | |||||
(
C++11/17/26*
)
|
|||||
(
C++11/17/26*
)
|
|||||
(
C++11/17/26*
)
|
|||||
(
C++11/17/26*
)
|
std::ctype
Member functions | ||||
Member functions of ctype<char> | ||||
ctype<char>::classic_table
|
||||
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.
Parameters
(none)
Return value
A pointer to the first element in the classification table (which is an array of size
std::ctype<char>::table_size
).
Notes
Default-constructed std:: ctype < char > facets use this table for classification.
Example
This section is incomplete
Reason: no example |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/locale/ctype_char/classic_table&oldid=160071
"