• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    class template
    <locale>

    std::messages

    namespace std {
      template <class charT>
      class messages : public locale::facet, public messages_base;
    }
    

    概要

    (ここに、クラスの概要を記載する)

    publicメンバ関数

    名前 説明
    (constructor) コンストラクタ
    open 翻訳カタログを開く
    get 翻訳メッセージを取得する
    close 翻訳カタログを閉じる

    静的メンバ変数

    名前 説明
    static locale::id id;

    protectedメンバ関数

    名前 説明
    (destructor) デストラクタ
    do_open 翻訳カタログを開く
    do_get 翻訳メッセージを取得する
    do_close 翻訳カタログを閉じる

    メンバ型

    名前 説明
    char_type 文字型 charT
    string_type 文字列型 basic_string<charT>

    
    

    出力

    参照