LLVM 20.0.0git
|
Function object to apply a binary function to the first component of a std::pair. More...
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
template<typename T > | |
decltype(auto) | operator() (const T &lhs, const T &rhs) const |
Public Attributes | |
FuncTy | func |
Function object to apply a binary function to the first component of a std::pair.
Definition at line 1468 of file STLExtras.h.
|
inline |
Definition at line 1472 of file STLExtras.h.
References llvm::on_first< FuncTy >::func.
FuncTy llvm::on_first< FuncTy >::func |
Definition at line 1469 of file STLExtras.h.
Referenced by llvm::on_first< FuncTy >::operator()().