Class SBCFunctorPredicateGreaterThan2#
template <typename Output, typename T0, typename T1>
ClassList > SBCFunctorPredicateGreaterThan2
Inherits the following classes: SBCFunctorPredicate2< T0, T1 >
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateGreaterThan2 (const SBCFunctor2< Output, T0, T1 > * firstFunctor, const SBCFunctor2< Output, T0, T1 > * secondFunctor) |
|
virtual SBCFunctorPredicateGreaterThan2< Output, T0, T1 > * | clone () override const |
virtual bool | operator() (T0 t0, T1 t1) override |
virtual bool | operator() (T0 t0, T1 t1) override const |
virtual | ~SBCFunctorPredicateGreaterThan2 () |
Public Functions Documentation#
function SBCFunctorPredicateGreaterThan2#
inline SBCFunctorPredicateGreaterThan2::SBCFunctorPredicateGreaterThan2 (
const SBCFunctor2< Output, T0, T1 > * firstFunctor,
const SBCFunctor2< Output, T0, T1 > * secondFunctor
)
function clone#
inline virtual SBCFunctorPredicateGreaterThan2< Output, T0, T1 > * SBCFunctorPredicateGreaterThan2::clone () override const