Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Represents a type predicate that tests for the error_condition enumeration.
Syntax
template <class _Enum>
struct 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.