OEBinaryTrue¶
template<class T, class U>
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()¶
bool operator()(const T &, const U &)
bool operator()(const T &, const U &) const
Always returns true
.
CreateCopy¶
OESystem::OEBinaryFunction<T, U, bool> *CreateCopy() const