struct deref
Declaration
template <typename T>
struct deref { /* full declaration omitted */ };
Description
Binary functor that adapts to any other binary functor after dereferencing operands.
Declared at: llvm/include/llvm/ADT/STLExtras.h:1390
Templates
- T
Member Variables
- public T func