clang API Documentation

Public Attributes
RefParamPartialOrderingComparison Struct Reference

Stores the result of comparing two reference parameters while performing template argument deduction for partial ordering of function templates. More...

Collaboration diagram for RefParamPartialOrderingComparison:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

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.


Member Data Documentation

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().


The documentation for this struct was generated from the following file: