Web Analytics Made Easy - Statcounter
Skip to content

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

function operator()#

inline virtual bool SBCFunctorPredicateLessThan2::operator() (
    T0 t0,
    T1 t1
) override

function operator()#

inline virtual bool SBCFunctorPredicateLessThan2::operator() (
    T0 t0,
    T1 t1
) override const

function ~SBCFunctorPredicateLessThan2#

inline virtual SBCFunctorPredicateLessThan2::~SBCFunctorPredicateLessThan2 ()