Binary functor that adapts to any other binary functor after dereferencing operands.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<typename T>
struct deref;

Member Functions

Name

Description

operator()

Invoke the stored functor on the values pointed to by lhs and rhs.

Data Members

Name

Description

func

Underlying binary functor invoked on dereferenced operands.

Created with MrDocs