LLVM API Documentation

Public Member Functions
llvm::less_ptr< Ty > Struct Template Reference

#include <STLExtras.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 45 of file STLExtras.h.


Member Function Documentation

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

Definition at line 46 of file STLExtras.h.


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