名前空間
変種
操作

std::ctype<char>::table

From cppreference.com
< cpp‎ | locale‎ | ctype char
 
 
 
 
 
ヘッダー <locale> で定義
const mask* table() const throw();
(C++11まで)
const mask* table() const noexcept;
(C++11以降)

このインスタンスのコンストラクタで提供された分類テーブルを返します。`std::ctype<char>`、または提供されなかった場合は `classic_table()` のコピーを返します。

[編集] パラメータ

(なし)

[編集] 戻り値

分類テーブルの最初の要素へのポインタ(`std::ctype<char>::table_size` サイズの配列)。

[編集]

English 日本語 中文(简体) 中文(繁體)