std::codecvt<InternT,ExternT,StateT>::codecvt
来自 cppreference.com
在头文件 <locale> 中定义 |
||
explicit codecvt( std::size_t refs = 0 ); |
||
创建一个 std::codecvt 方面,并将起始引用计数 refs 转发到基类构造函数,locale::facet::facet().
[编辑] 参数
refs | - | 起始引用计数 |