OEUnaryToBinaryOr
template<typename T>
class OEUnaryToBinaryOr : public OESystem::OEBinaryPredicate<T, T>
This class represents OEUnaryToBinaryOr.
The following methods are publicly inherited from OEBinaryPredicate:
The following methods are publicly inherited from OEBinaryFunction:
Constructors
OEUnaryToBinaryOr(const OEUnaryToBinaryOr& rhs)
OEUnaryToBinaryOr(const OESystem::OEUnaryPredicate<T>& p)
Default and copy constructors.
operator()
__call__(arg1: T, arg2: T) -> bool
CreateCopy
CreateCopy() -> OEUnaryToBinaryOr