⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 codebase.htm

📁 这是关于VC++中的STL容器的资料,包括了STL容器各个类之间关系以及类的说明
💻 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>           &lt;locale&gt;

<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 + -