在线文档教程
C++
本土化 | Localizations

std::ctype<char>::ctype

STD::Ctype<char>*Ctype

Defined in header
explicit ctype( const mask* tbl = 0, bool del = false, std::size_t refs = 0

创建std::ctype<char>方面并转发起始参考计数。refs到基类构造函数,locale::facet::facet()...

如果tbl是空的,classic_table()由所有分类成员函数使用。否则,tbl必须是指向掩码数组的第一个元素的指针,至少std::ctype<char>::table_size在大小上,该数组由所有这个方面%27s分类成员函数使用。

如果deltrue,则假定数组是在new[],这个方面的析构函数将调用delete[] tbl...

参数

tbl-classification table to use or a null pointer
del-indicator whether the table needs to be deleted.
refs-starting reference count

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/locale/ctype[医]CHAR/C型