enum ExprRequirement::SatisfactionStatus
Declared at: clang/include/clang/AST/ExprConcepts.h:262
Enumerators
Name | Value | Comment |
---|---|---|
SS_Dependent | 0 | |
SS_ExprSubstitutionFailure | 1 | |
SS_NoexceptNotMet | 2 | |
SS_TypeRequirementSubstitutionFailure | 3 | |
SS_ConstraintsNotSatisfied | 4 | |
SS_Satisfied | 5 |