OEBinaryTrue

template<class T, class U> class OEBinaryTrue : public OEBinaryPredicate<T, U>

A functor to always return true.

The following methods are publicly inherited from OEBinaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

operator()

__call__(T, U) -> bool

Always returns true.

CreateCopy

CreateCopy() -> OEBinaryTrue