Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateLessThan4#

template <typename Output, typename T0, typename T1, typename T2, typename T3>

ClassList > SBCFunctorPredicateLessThan4

Inherits the following classes: SBCFunctorPredicate4< T0, T1, T2, T3 >

Public Functions#

Type Name
SBCFunctorPredicateLessThan4 (const SBCFunctor4< Output, T0, T1, T2, T3 > * firstFunctor, const SBCFunctor4< Output, T0, T1, T2, T3 > * secondFunctor)
virtual SBCFunctorPredicateLessThan4< Output, T0, T1, T2, T3 > * clone () override const
virtual bool operator() (T0 t0, T1 t1, T2 t2, T3 t3) override
virtual bool operator() (T0 t0, T1 t1, T2 t2, T3 t3) override const
virtual ~SBCFunctorPredicateLessThan4 ()

Public Functions Documentation#

function SBCFunctorPredicateLessThan4#

inline SBCFunctorPredicateLessThan4::SBCFunctorPredicateLessThan4 (
    const SBCFunctor4< Output, T0, T1, T2, T3 > * firstFunctor,
    const SBCFunctor4< Output, T0, T1, T2, T3 > * secondFunctor
) 

function clone#

inline virtual SBCFunctorPredicateLessThan4< Output, T0, T1, T2, T3 > * SBCFunctorPredicateLessThan4::clone () override const

function operator()#

inline virtual bool SBCFunctorPredicateLessThan4::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3
) override

function operator()#

inline virtual bool SBCFunctorPredicateLessThan4::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3
) override const

function ~SBCFunctorPredicateLessThan4#

inline virtual SBCFunctorPredicateLessThan4::~SBCFunctorPredicateLessThan4 ()