Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 828 Bytes

is-error-condition-enum-class.md

File metadata and controls

27 lines (19 loc) · 828 Bytes
titledescriptionms.datef1_keywordshelpviewer_keywords
is_error_condition_enum Class
Learn more about: is_error_condition_enum Class
11/04/2016
system_error/std::is_error_condition_enum
is_error_condition_enum class

is_error_condition_enum Class

Represents a type predicate that tests for the error_condition enumeration.

Syntax

template <class_Enum> structis_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.

See also

<type_traits>

close