Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateLessThan5#

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

ClassList > SBCFunctorPredicateLessThan5

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

Public Functions#

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

Public Functions Documentation#

function SBCFunctorPredicateLessThan5#

inline SBCFunctorPredicateLessThan5::SBCFunctorPredicateLessThan5 (
    const SBCFunctor5< Output, T0, T1, T2, T3, T4 > * firstFunctor,
    const SBCFunctor5< Output, T0, T1, T2, T3, T4 > * secondFunctor
) 

function clone#

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

function operator()#

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

function operator()#

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

function ~SBCFunctorPredicateLessThan5#

inline virtual SBCFunctorPredicateLessThan5::~SBCFunctorPredicateLessThan5 ()