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:
The following methods are publicly inherited from OEBinaryFunction:
operator()
__call__(T, U) -> bool
Always returns true.
CreateCopy
CreateCopy() -> OEBinaryTrue