LLVM  8.0.1
Public Member Functions | List of all members
llvm::less_ptr< Ty > Struct Template Reference

#include "llvm/ADT/STLExtras.h"

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 99 of file STLExtras.h.

Member Function Documentation

◆ operator()()

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

Definition at line 100 of file STLExtras.h.


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