error_condition をテストする型述語を表します。
構文
template <class _Enum>
struct is_error_condition_enum;
解説
型 が型 _Enum
のオブジェクトを格納するのに適した列挙型の値である場合、このerror_condition
のインスタンスは true を保持します。
ユーザー定義型のこの型に特殊化を追加できます。
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
error_condition をテストする型述語を表します。
template <class _Enum>
struct is_error_condition_enum;
型 が型 _Enum
のオブジェクトを格納するのに適した列挙型の値である場合、このerror_condition
のインスタンスは true を保持します。
ユーザー定義型のこの型に特殊化を追加できます。