std::codecvt::codecvt
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <locale> 中定义
|
||
explicit codecvt( std::size_t refs = 0 ); |
||
创建一个std::codecvt方面和转发引用计数
refs
基类的构造函数,std::locale::facet::facet()
原文:
Creates a std::codecvt facet and forwards the starting reference count
refs
to the base class constructor, std::locale::facet::facet()
[编辑] 参数
refs | - | 开始的引用计数
|