次の方法で共有


time_get_byname Class

派生テンプレート クラスは、型 time_get<CharType, InputIterator>のロケールのファセットとして使用できるオブジェクトを表します。

template<class Elem, class InputIterator = 
   istreambuf_iterator<CharType, char_traits<CharType> > >
   class time_get_byname : public time_get<CharType, InputIterator>
{
public:
    explicit time_get_byname(
        const char *_Locname,
         size_t _Refs = 0
    );
    explicit time_get_byname(
        const string& _Locname,
        size_t _Refs = 0
    );
protected:
    virtual ~time_get_byname()
};

パラメーター

  • _Locname
    名前付きのロケール。

  • _Refs
    最初の参照カウント。

必要条件

この動作は、名前付き _Locnameロケールによって決まります。各コンストラクターは time_get<CharType, InputIterator> (_Refs) の基本オブジェクトを初期化します。

必要条件

ヘッダー: <locale>

名前空間: std

参照

関連項目

C++ の標準ライブラリのスレッド セーフ