clang 22.0.0git
clang::QualTypeOrdering Struct Reference

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

#include "clang/AST/TypeOrdering.h"

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 28 of file TypeOrdering.h.

Member Function Documentation

◆ operator()()

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

Definition at line 29 of file TypeOrdering.h.

References clang::QualType::getAsOpaquePtr().


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