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