|
LLVM 22.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 2260 of file STLExtras.h.
|
inline |
| T llvm::deref< T >::func |
Definition at line 2261 of file STLExtras.h.
Referenced by operator()().