📄 codebase.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -