LLVM API Documentation

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

Function object to check whether the second component of a std::pair compares less than the second component of another std::pair. More...

#include <STLExtras.h>

Public Member Functions

template<typename T >
bool operator() (const T &lhs, const T &rhs) const
 

Detailed Description

Function object to check whether the second component of a std::pair compares less than the second component of another std::pair.

Definition at line 230 of file STLExtras.h.

Member Function Documentation

template<typename T >
bool llvm::less_second::operator() ( const T lhs,
const T rhs 
) const
inline

Definition at line 231 of file STLExtras.h.


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