|
LLVM
3.7.0
|
Binary functor that adapts to any other binary functor after dereferencing operands. More...
#include <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 407 of file STLExtras.h.
|
inline |
Definition at line 413 of file STLExtras.h.
References llvm::deref< T >::func.
| T llvm::deref< T >::func |
Definition at line 408 of file STLExtras.h.
Referenced by llvm::deref< T >::operator()().
1.8.6