ctypbase.htm
来自「使用C++开发过程中」· HTM 代码 · 共 53 行
HTM
53 行
<html>
<head>
<title>ctype_base</title>
<head>
<body bgcolor="#FFFFFF">
<a name="here"></a>
<img src="ctypban.gif">
<pre>
<font size=5>Class Name</font> ctype_base
<font size=5>Header File</font> <locale>
<font size=5>Classification</font> abstract data type
</pre>
<a href="ctypbase.htm#crd">Class Relationship Diagram</a><br>
<br>
<a href="ctypbase.htm#class-descrip">Class Description</a>
<h1>Member Classes</h1>
<p>
None
</p>
<hr>
<a name="class-descrip"><h3>Class Description</h3></a>
<p>
The ctype_base template class describes a class used to provide a set of masks that
identify the various classes of characters: space, print, cntrl, upper, lower,
alpha, digit, punct, xdigit, alnu, or graph. These masks are passed to methods
of ctype in order to obtain the verification of the classifications of a character
or sequence of characters.
</p>
<hr>
<a name="crd"><h2>The Class Relationship Diagram for ctype_base</h2></a>
<img src="ctypbase.gif">
<hr>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?