enum TypeRequirement::SatisfactionStatus
Declared at: clang/include/clang/AST/ExprConcepts.h:207
Enumerators
Name | Value | Comment |
---|---|---|
SS_Dependent | 0 | |
SS_SubstitutionFailure | 1 | |
SS_Satisfied | 2 |
Declared at: clang/include/clang/AST/ExprConcepts.h:207
Name | Value | Comment |
---|---|---|
SS_Dependent | 0 | |
SS_SubstitutionFailure | 1 | |
SS_Satisfied | 2 |