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