#include <BALL/CONCEPT/predicate.h>
Inherits std::binary_function<T1, T2, bool>.
Public Member Functions | |
virtual | ~BinaryPredicate () |
Predicates | |
virtual bool | operator() (const T1 &x, const T2 &y) const |
Generic Binary Predicate Class
virtual BALL::BinaryPredicate< T1, T2 >::~BinaryPredicate | ( | ) | [inline, virtual] |
bool BALL::BinaryPredicate< T1, T2 >::operator() | ( | const T1 & | x, | |
const T2 & | y | |||
) | const [inline, virtual] |