OEBinaryOr

template<class Arg1, class Arg2>
class OEBinaryOr : public OEBinaryPredicate<Arg1, Arg2>

This class represents OEBinaryOr.

The following methods are publicly inherited from OEBinaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

Constructors

OEBinaryOr()
OEBinaryOr(const OEBinaryOr& rhs)
OEBinaryOr(const OEBinaryPredicate<Arg1, Arg2>& func1,
           const OEBinaryPredicate<Arg1, Arg2>& func2)

Default and copy constructors.

operator()

__call__(arg1: Arg1, arg2: Arg2) -> bool

CreateCopy

CreateCopy() -> OEBinaryOr