LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::greater_ptr< Ty > Struct Template Reference

#include <STLExtras.h>

Inheritance diagram for llvm::greater_ptr< Ty >:
Inheritance graph
[legend]
Collaboration diagram for llvm::greater_ptr< Ty >:
Collaboration graph
[legend]

Public Member Functions

bool operator() (const Ty *left, const Ty *right) const
 

Detailed Description

template<class Ty>
struct llvm::greater_ptr< Ty >

Definition at line 50 of file STLExtras.h.

Member Function Documentation

template<class Ty >
bool llvm::greater_ptr< Ty >::operator() ( const Ty *  left,
const Ty *  right 
) const
inline

Definition at line 51 of file STLExtras.h.


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