BALL
1.4.1
|
#include <BALL/CONCEPT/predicate.h>
Inherits 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
Definition at line 43 of file CONCEPT/predicate.h.
virtual BALL::BinaryPredicate< T1, T2 >::~BinaryPredicate | ( | ) | [inline, virtual] |
Definition at line 53 of file CONCEPT/predicate.h.
bool BALL::BinaryPredicate< T1, T2 >::operator() | ( | const T1 & | x, |
const T2 & | y | ||
) | const [virtual] |
Definition at line 64 of file CONCEPT/predicate.h.