Class SBCFunctorPredicateNotEqualTo0#
template <typename Output>
ClassList > SBCFunctorPredicateNotEqualTo0
This class describes a predicate that is true when two functors do not return the same value.
#include <SBCFunctorPredicateNotEqualTo.hpp>
Inherits the following classes: SBCFunctorPredicate0
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateNotEqualTo0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor) |
|
virtual SBCFunctorPredicateNotEqualTo0 * | clone () override const |
virtual bool | operator() () override |
virtual bool | operator() () override const |
virtual | ~SBCFunctorPredicateNotEqualTo0 () |
Public Functions Documentation#
function SBCFunctorPredicateNotEqualTo0#
inline SBCFunctorPredicateNotEqualTo0::SBCFunctorPredicateNotEqualTo0 (
const SBCFunctor0< Output > * firstFunctor,
const SBCFunctor0< Output > * secondFunctor
)
function clone#
inline virtual SBCFunctorPredicateNotEqualTo0 * SBCFunctorPredicateNotEqualTo0::clone () override const
Implements SBCFunctor::clone