LLVM
8.0.1
|
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 -> decltype(func(*lhs, *rhs)) |
Public Attributes | |
T | func |
Binary functor that adapts to any other binary functor after dereferencing operands.
Definition at line 1402 of file STLExtras.h.
|
inline |
Definition at line 1409 of file STLExtras.h.
References assert().
T llvm::deref< T >::func |
Definition at line 1403 of file STLExtras.h.