std::num_put<CharT,OutputIt>::num_put
来自cppreference.com
文本处理库
本地化库
|
std::num_put
成员函数 | ||||
num_put::num_put | ||||
在标头 <locale> 定义 | ||
explicit num_put( std::size_t refs = 0 ); | ||
创建 std::num_put 刻面并转发引用计数 refs 到基类构造函数 locale::facet::facet()。
参数
refs | - | 开始的引用计数 |