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()

bool operator()(const T &, const U &)
bool operator()(const T &, const U &) const

Always returns true.

CreateCopy

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