std::money_put<CharT,OutputIt>::money_put
来自 cppreference.com
定义在头文件 <locale> 中 |
||
explicit money_put( std::size_t refs = 0 ); |
||
创建 std::money_put 方面,并将起始引用计数 refs 传递给基类构造函数,locale::facet::facet().
[编辑] 参数
refs | - | 起始引用计数 |