enum CanThrowResult
Description
Possible results from evaluation of a noexcept expression.
Declared at: clang/include/clang/Basic/ExceptionSpecificationType.h:54
Enumerators
Name | Value | Comment |
---|---|---|
CT_Cannot | 0 | |
CT_Dependent | 1 | |
CT_Can | 2 |
Possible results from evaluation of a noexcept expression.
Declared at: clang/include/clang/Basic/ExceptionSpecificationType.h:54
Name | Value | Comment |
---|---|---|
CT_Cannot | 0 | |
CT_Dependent | 1 | |
CT_Can | 2 |