OEUnaryToBinaryAnd

template<typename T>
class OEUnaryToBinaryAnd : public OESystem::OEBinaryPredicate<T, T>

This class represents OEUnaryToBinaryAnd.

The following methods are publicly inherited from OEBinaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

Constructors

OEUnaryToBinaryAnd(const OEUnaryToBinaryAnd& rhs)
OEUnaryToBinaryAnd(const OESystem::OEUnaryPredicate<T>& p)

Default and copy constructors.

operator()

__call__(arg1: T, arg2: T) -> bool

CreateCopy

CreateCopy() -> OEUnaryToBinaryAnd