• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

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

    履歴 編集

    function
    <system_error>

    std::error_code::default_error_condition

    error_condition default_error_condition() const noexcept;
    

    概要

    包含しているエラー値とエラーカテゴリに対応するerror_conditionを構築

    戻り値

    例外

    投げない

    備考

    構築されるerror_conditionオブジェクトのvalue()およびcategory()は、default_error_condition()関数内において対応するエラー値、カテゴリに変換される可能性がある(Visual C++ 2010, GCC 4.6.1では同じエラー値、同じカテゴリとなる)。

    出力例

    22
    generic
    Invalid argument
    
    22
    generic
    Invalid argument
    

    バージョン

    言語

    • C++11

    処理系

    参照