命名空间
变体
操作

std::num_put<CharT,OutputIt>::num_put

来自 cppreference.cn
< cpp‎ | locale‎ | num put
 
 
 
 
 
定义于头文件 <locale>
explicit num_put( std::size_t refs = 0 );

创建一个 std::num_put facet 并将起始引用计数 refs 转发到基类构造函数 locale::facet::facet() 。

[编辑] 参数

refs - 起始引用计数