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