clang  3.9.0
Public Member Functions | List of all members
clang::QualTypeOrdering Struct Reference

Function object that provides a total ordering on QualType values. More...

#include <TypeOrdering.h>

Inheritance diagram for clang::QualTypeOrdering:
[legend]
Collaboration diagram for clang::QualTypeOrdering:
[legend]

Public Member Functions

bool operator() (QualType T1, QualType T2) const
 

Detailed Description

Function object that provides a total ordering on QualType values.

Definition at line 29 of file TypeOrdering.h.

Member Function Documentation

bool clang::QualTypeOrdering::operator() ( QualType  T1,
QualType  T2 
) const
inline

Definition at line 30 of file TypeOrdering.h.

References clang::QualType::getAsOpaquePtr().


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