std::ctype <char> :: 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>::table
|
||||
|
ヘッダーで定義
<locale>
|
||
|
const
mask
*
table
(
)
const
throw
(
)
;
|
(C++11まで) | |
|
const
mask
*
table
(
)
const
noexcept
;
|
(C++11以降) | |
このインスタンスのコンストラクタで提供された分類テーブルを返します。または、提供されなかった場合は classic_table() のコピーを返します。
パラメータ
(なし)
戻り値
分類テーブルの最初の要素へのポインタ(サイズが
std::ctype<char>::table_size
の配列)。
例
|
このセクションは不完全です
理由: 例がありません |