Skip to content

Commit 7f50092

Browse files
authored
Adjust is_error_code_enum syntax
1 parent 649b8e1 commit 7f50092

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/standard-library/is-error-code-enum-class.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
description: "Learn more about: is_error_code_enum Class"
32
title: "is_error_code_enum Class"
3+
description: "Learn more about: is_error_code_enum Class"
44
ms.date: "11/04/2016"
55
f1_keywords: ["system_error/std::is_error_code_enum"]
66
helpviewer_keywords: ["is_error_code_enum class"]
7-
ms.assetid: cee5be2d-7c20-4cec-a352-1ab8b7d32601
87
---
98
# is_error_code_enum Class
109

@@ -13,8 +12,8 @@ Represents a type predicate that tests for the [error_code](../standard-library/
1312
## Syntax
1413

1514
```cpp
16-
template <_Enum>
17-
class is_error_code_enum;
15+
template <class _Enum>
16+
struct is_error_code_enum;
1817
```
1918

2019
## Remarks

0 commit comments

Comments
 (0)