enum class Sema::ComparisonCategoryUsage
Declared at: clang/include/clang/Sema/Sema.h:5961
Enumerators
Name | Value | Comment |
---|---|---|
OperatorInExpression | 0 | The ' < =>' operator was used in an expression and a builtin operator was selected. |
DefaultedOperator | 1 | A defaulted 'operator < =>' needed the comparison category. This typically only applies to 'std::strong_ordering', due to the implicit fallback return value. |