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

std::ctype_base

STD::Ctype[医]底座

Defined in header
class ctype_base;

全班std::ctype_base对象继承的字符分类类别。std::ctype面。

成员类型

maskunspecified BitmaskType (enumeration, integer type, or bitset) (typedef)

成员常数

space staticthe value of mask identifying whitespace character classification (public static member constant)
print staticthe value of mask identifying printable character classification (public static member constant)
cntrl staticthe value of mask identifying control character classification (public static member constant)
upper staticthe value of mask identifying uppercase character classification (public static member constant)
lower staticthe value of mask identifying lowercase character classification (public static member constant)
alpha staticthe value of mask identifying alphabetic character classification (public static member constant)
digit staticthe value of mask identifying digit character classification (public static member constant)
punct staticthe value of mask identifying punctuation character classification (public static member constant)
xdigit staticthe value of mask identifying hexadecimal digit character classification (public static member constant)
blank staticthe value of mask identifying blank character classification (public static member constant)
alnum staticalpha | digit (public static member constant)
graph staticalnum | punct (public static member constant)

另见

ctypedefines character classification tables (class template)
ctype<char>specialization of std::ctype for type char (class template specialization)
ctype_bynamerepresents the system-supplied std::ctype for the named locale (class template)

© cppreference.com

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

http://en.cppreference.com/w/cpp/locale/ctype[医]底座