• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    class
    <locale>

    std::codecvt_base

    namespace std {
      class codecvt_base;
    }
    

    概要

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

    メンバ型

    名前 説明
    result 変換結果を表す列挙型

    result列挙値

    名前 説明
    ok 変換がエラーなしで完了した
    partial 全てではないが変換が完了した
    error 変換できなかった
    noconv 入力と結果が同じだった。入力が変換済みだった。

    
    

    出力

    参照