File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 11---
2- description : " Learn more about: is_error_code_enum Class"
32title : " is_error_code_enum Class"
3+ description : " Learn more about: is_error_code_enum Class"
44ms.date : " 11/04/2016"
55f1_keywords : ["system_error/std::is_error_code_enum"]
66helpviewer_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
Original file line number Diff line number Diff line change 11---
2- description : " Learn more about: is_error_condition_enum Class"
32title : " is_error_condition_enum Class"
3+ description : " Learn more about: is_error_condition_enum Class"
44ms.date : " 11/04/2016"
55f1_keywords : ["system_error/std::is_error_condition_enum"]
66helpviewer_keywords : ["is_error_condition_enum class"]
7- ms.assetid : 752bb87a-c61c-4304-9254-5aaf228b59c0
87---
98# is_error_condition_enum Class
109
@@ -13,8 +12,8 @@ Represents a type predicate that tests for the [error_condition](../standard-lib
1312## Syntax
1413
1514``` cpp
16- template <_Enum>
17- class is_error_condition_enum ;
15+ template <class _Enum >
16+ struct is_error_condition_enum ;
1817```
1918
2019## Remarks
You can’t perform that action at this time.
0 commit comments