LLVM 22.0.0git
llvm::less_second Struct Reference

Function object to check whether the second component of a container supported by std::get (like std::pair and std::tuple) compares less than the second component of another container. More...

#include "llvm/ADT/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 container supported by std::get (like std::pair and std::tuple) compares less than the second component of another container.

Definition at line 1436 of file STLExtras.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1437 of file STLExtras.h.

References T.


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