LLVM: llvm::on_first< FuncTy > Struct Template Reference (original) (raw)

Function object to apply a binary function to the first component of a std::pair. More...

#include "[llvm/ADT/STLExtras.h](STLExtras%5F8h%5Fsource.html)"

Public Member Functions
template<typename T>
decltype(auto) operator() (const T &lhs, const T &rhs) const
Public Attributes
FuncTy func

template
struct llvm::on_first< FuncTy >

Function object to apply a binary function to the first component of a std::pair.

Definition at line 1455 of file STLExtras.h.

operator()()

template

template<typename T>

func

template


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