std::ctype <char> :: classic_table
From cppreference.net
<
cpp
|
locale
|
ctype char
C++
Text processing library
| 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 | |||||||||||||||||||||||||
|
|||||||||||||||||||||||||
Localization library
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::ctype
| Member functions | ||||
| Member functions of ctype<char> | ||||
|
ctype<char>::classic_table
|
||||
|
ヘッダーで定義
<locale>
|
||
|
static
const
mask
*
classic_table
(
)
throw
(
)
;
|
(C++11まで) | |
|
static
const
mask
*
classic_table
(
)
noexcept
;
|
(C++11以降) | |
最小の「C」ロケールで使用される分類に一致する分類テーブルを返します。
目次 |
パラメータ
(なし)
戻り値
分類テーブル内の最初の要素へのポインタ(これはサイズ
std::ctype<char>::table_size
の配列です)。
注記
デフォルト構築された std:: ctype < char > ファセットは分類にこのテーブルを使用します。
例
|
このセクションは不完全です
理由: 例がありません |