souffle
2.0.2-371-g6315b36
|
A functor comparing the dereferenced value of a pointer type utilizing a given comparator. More...
#include <FunctionalUtil.h>
Public Member Functions | |
bool | operator() (const T *a, const T *b) const |
A functor comparing the dereferenced value of a pointer type utilizing a given comparator.
Its main use case are sets of non-null pointers which should be ordered according to the value addressed by the pointer.
Definition at line 42 of file FunctionalUtil.h.
|
inline |
Definition at line 49 of file FunctionalUtil.h.