#include <BALL/CONCEPT/predicate.h>

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 [inline, virtual] |
Definition at line 64 of file CONCEPT/predicate.h.
1.6.3