std::num_put<CharT,OutputIt>::num_put
From cppreference.com
| ヘッダー <locale> で定義 |
||
| explicit num_put( std::size_t refs = 0 ); |
||
std::num_put ファセットを作成し、開始参照カウント refs を基底クラスコンストラクタ、locale::facet::facet() に渡します。
[編集] パラメータ
| refs | - | 開始参照カウント |