LLVM 20.0.0git
|
Binary functor that adapts to any other binary functor after dereferencing operands. More...
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
template<typename A , typename B > | |
auto | operator() (A &lhs, B &rhs) const |
Public Attributes | |
T | func |
Binary functor that adapts to any other binary functor after dereferencing operands.
Definition at line 2219 of file STLExtras.h.
|
inline |
Definition at line 2225 of file STLExtras.h.
References assert(), and llvm::deref< T >::func.
T llvm::deref< T >::func |
Definition at line 2220 of file STLExtras.h.
Referenced by llvm::deref< T >::operator()().