clang API Documentation
Stores the result of comparing two reference parameters while performing template argument deduction for partial ordering of function templates. More...
Public Attributes | |
bool | ParamIsRvalueRef |
Whether the parameter type is an rvalue reference type. | |
bool | ArgIsRvalueRef |
Whether the argument type is an rvalue reference type. | |
DeductionQualifierComparison | Qualifiers |
Whether the parameter or argument (or neither) is more qualified. |
Stores the result of comparing two reference parameters while performing template argument deduction for partial ordering of function templates.
Definition at line 106 of file SemaTemplateDeduction.cpp.
Whether the argument type is an rvalue reference type.
Definition at line 110 of file SemaTemplateDeduction.cpp.
Referenced by DeduceTemplateArgumentsByTypeMatch().
Whether the parameter type is an rvalue reference type.
Definition at line 108 of file SemaTemplateDeduction.cpp.
Referenced by DeduceTemplateArgumentsByTypeMatch().
Whether the parameter or argument (or neither) is more qualified.
Definition at line 113 of file SemaTemplateDeduction.cpp.
Referenced by DeduceTemplateArgumentsByTypeMatch().