LLVM
8.0.1
|
Function object to check whether the second component of a std::pair compares less than the second component of another std::pair. More...
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
template<typename T > | |
bool | operator() (const T &lhs, const T &rhs) const |
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 968 of file STLExtras.h.
|
inline |
Definition at line 969 of file STLExtras.h.