Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at is_error_condition_enum Class.
Represents a type predicate that tests for the error_condition enumeration.
Syntax
template <_Enum>
class is_error_condition_enum;
Remarks
An instance of this type predicate holds true if the type _Enum is an enumeration value suitable for storing in an object of type error_condition.
It is permissible to add specializations to this type for user-defined types.
Requirements
Header: <system_error>
Namespace: std