codebase.htm
来自「这是关于VC++中的STL容器的资料,包括了STL容器各个类之间关系以及类的说明」· HTM 代码 · 共 53 行
HTM
53 行
<html>
<head>
<title>codecvt_base</title>
<head>
<body bgcolor="#FFFFFF">
<a name="here"></a>
<img src="codeban.gif">
<pre>
<font size=5>Class Name</font> codecvt_base
<font size=5>Header File</font> <locale>
<font size=5>Classification</font> abstract data type
</pre>
<a href = "codebase.htm#crd">Class Relationship Diagram</a><br>
<br>
<a href = "codebase.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 codecvt_base class describes an enumeration common to all specializations of template
class codecvt. The enumeration values describes the possible return values from do_in() or
do_out():
</p>
<pre>
error If the source sequence contains a from_type character
it could not convert.
noconv If the function performs no conversion.
ok If the conversion succeeds.
partial If all the source characters were not converted.
</pre>
<hr>
<a name="crd"><h2>The Class Relationship Diagram for codecvt_base</h2></a>
<img src="codebase.gif">
<hr>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?