LLVM 20.0.0git
|
Function object to check whether the first component of a container supported by std::get (like std::pair and std::tuple) compares less than the first 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 |
Function object to check whether the first component of a container supported by std::get (like std::pair and std::tuple) compares less than the first component of another container.
Definition at line 1450 of file STLExtras.h.
|
inline |
Definition at line 1451 of file STLExtras.h.