OEBinaryNot

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

This class represents OEBinaryNot.

The following methods are publicly inherited from OEBinaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

Constructors

OEBinaryNot()
OEBinaryNot(const OEBinaryNot<Arg1, Arg2>& rhs)
OEBinaryNot(const OEBinaryPredicate<Arg1, Arg2>& func)

Default and copy constructors.

operator()

__call__(a1: Arg1, a2: Arg2) -> bool

CreateCopy

CreateCopy() -> OEBinaryNot