OEIsFalse
template<class Arg> struct OEIsFalse : public OEUnaryPredicate<Arg>
This functor always returns false for any argument passed to it.
The following specializations are provided to make using this class easier:
OEIsFalseAtomOEIsFalseBondOEIsFalseConf
The following methods are publicly inherited from OEUnaryPredicate:
The following methods are publicly inherited from OEUnaryFunction:
- The following classes derive from this class:
operator()
bool operator()(const Arg &) const
Always returns false.
CreateCopy
OEUnaryFunction<Arg, bool> *CreateCopy() const