We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_error_condition_enum
1 parent 7f50092 commit db3990aCopy full SHA for db3990a
docs/standard-library/is-error-condition-enum-class.md
@@ -1,10 +1,9 @@
1
---
2
-description: "Learn more about: is_error_condition_enum Class"
3
title: "is_error_condition_enum Class"
+description: "Learn more about: is_error_condition_enum Class"
4
ms.date: "11/04/2016"
5
f1_keywords: ["system_error/std::is_error_condition_enum"]
6
helpviewer_keywords: ["is_error_condition_enum class"]
7
-ms.assetid: 752bb87a-c61c-4304-9254-5aaf228b59c0
8
9
# is_error_condition_enum Class
10
@@ -13,8 +12,8 @@ Represents a type predicate that tests for the [error_condition](../standard-lib
13
12
## Syntax
14
15
```cpp
16
-template <_Enum>
17
- class is_error_condition_enum;
+template <class _Enum>
+struct is_error_condition_enum;
18
```
19
20
## Remarks
0 commit comments