Namespaces
Variants

std::ctype <char> :: table

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

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

パラメータ

(なし)

戻り値

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