std::ctype<char>::classic_table

std::ctype<char>::classic_table

Defined in header <locale>
static const mask* classic_table();

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 an array of size std::ctype<char>::table_size).

Exceptions

(none) (until C++11)
noexcept specification:
noexcept
(since C++11)

Notes

Default-constructed std::ctype<char> facets use this table for classification.

Example

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/locale/ctype_char/classic_table

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部