OEBinaryPredicate

template<class Arg1, class Arg2>
class OEBinaryPredicate : public OEBinaryFunction<Arg1, Arg2, bool>

This class represents OEBinaryPredicate.

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

The following classes derive from this class:

operator()

bool operator()(const Arg1& a1, const Arg2& a2) const = 0

CreateCopy

base_type* CreateCopy() const = 0

CreatePredicateCopy

OEBinaryPredicate<Arg1, Arg2> *CreatePredicateCopy() const