Class SBCFunctorPredicate2#
template <typename T0, typename T1>
ClassList > SBCFunctorPredicate2
Inherits the following classes: SBCFunctor2< bool, T0, T1 >
Inherited by the following classes: SBCFunctorPredicateAnd2, SBCFunctorPredicateAndAnd2, SBCFunctorPredicateEqualTo2, SBCFunctorPredicateGreaterThan2, SBCFunctorPredicateGreaterThanOrEqualTo2, SBCFunctorPredicateLessThan2, SBCFunctorPredicateLessThanOrEqualTo2, SBCFunctorPredicateNot2, SBCFunctorPredicateNotEqualTo2, SBCFunctorPredicateOr2, SBCFunctorPredicateOrOr2, SBCFunctorPredicateXOr2
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicate2 () |
|
virtual SBCFunctorPredicate2< T0, T1 > * | clone () override const |
virtual bool | operator() (T0 t0, T1 t1) override |
virtual bool | operator() (T0 t0, T1 t1) override const |
virtual | ~SBCFunctorPredicate2 () |