OEUnaryToBinaryOr

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

This class represents OEUnaryToBinaryOr.

The following methods are publicly inherited from OEBinaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

Constructors

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

Default and copy constructors.

operator()

bool operator()(const T &arg1, const T &arg2)
bool operator()(const T &arg1, const T &arg2) const

CreateCopy

OESystem::OEBinaryFunction<T, T, bool> *CreateCopy() const