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_code_enum
1 parent 649b8e1 commit 7f50092Copy full SHA for 7f50092
docs/standard-library/is-error-code-enum-class.md
@@ -1,10 +1,9 @@
1
---
2
-description: "Learn more about: is_error_code_enum Class"
3
title: "is_error_code_enum Class"
+description: "Learn more about: is_error_code_enum Class"
4
ms.date: "11/04/2016"
5
f1_keywords: ["system_error/std::is_error_code_enum"]
6
helpviewer_keywords: ["is_error_code_enum class"]
7
-ms.assetid: cee5be2d-7c20-4cec-a352-1ab8b7d32601
8
9
# is_error_code_enum Class
10
@@ -13,8 +12,8 @@ Represents a type predicate that tests for the [error_code](../standard-library/
13
12
## Syntax
14
15
```cpp
16
-template <_Enum>
17
- class is_error_code_enum;
+template <class _Enum>
+struct is_error_code_enum;
18
```
19
20
## Remarks
0 commit comments