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:
- The following classes derive from this class:
operator()
__call__(a1: Arg1, a2: Arg2) -> bool
CreateCopy
CreateCopy() -> OEBinaryPredicate
CreatePredicateCopy
OEBinaryPredicate<Arg1, Arg2> *CreatePredicateCopy() const