enum class Sema::ComparisonCategoryUsage

Declared at: clang/include/clang/Sema/Sema.h:5961

Enumerators

NameValueComment
OperatorInExpression0The ' < =>' operator was used in an expression and a builtin operator was selected.
DefaultedOperator1A defaulted 'operator < =>' needed the comparison category. This typically only applies to 'std::strong_ordering', due to the implicit fallback return value.