time_put_byname クラス
この派生クラス テンプレートは、型 time_put
< CharType, OutputIterator > のロケール ファセットとして使用できるオブジェクトを表します。
構文
template <class CharType, class OutIt = ostreambuf_iterator<CharType, char_traits<CharType>>>
class time_put_byname : public time_put<CharType, OutputIterator>
{
public:
explicit time_put_byname(
const char* _Locname,
size_t _Refs = 0);
explicit time_put_byname(
const string& _Locname,
size_t _Refs = 0);
protected:
virtual ~time_put_byname();
};
パラメーター
_Locname
ロケール名。
_Refs
最初の参照数。
解説
その動作は名前付きのロケール _Locname で決まります。 各コンストラクターは、time_put<CharType, OutputIterator>(_Refs
) を使用して、その基本オブジェクトを初期化します。
要件
ヘッダー: <locale>
名前空間: std