Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateLessThan1#

template <typename Output, typename T0>

ClassList > SBCFunctorPredicateLessThan1

Inherits the following classes: SBCFunctorPredicate1< T0 >

Public Functions#

Type Name
SBCFunctorPredicateLessThan1 (const SBCFunctor1< Output, T0 > * firstFunctor, const SBCFunctor1< Output, T0 > * secondFunctor)
virtual SBCFunctorPredicateLessThan1< Output, T0 > * clone () override const
virtual bool operator() (T0 t0) override
virtual bool operator() (T0 t0) override const
virtual ~SBCFunctorPredicateLessThan1 ()

Public Functions Documentation#

function SBCFunctorPredicateLessThan1#

inline SBCFunctorPredicateLessThan1::SBCFunctorPredicateLessThan1 (
    const SBCFunctor1< Output, T0 > * firstFunctor,
    const SBCFunctor1< Output, T0 > * secondFunctor
) 

function clone#

inline virtual SBCFunctorPredicateLessThan1< Output, T0 > * SBCFunctorPredicateLessThan1::clone () override const

function operator()#

inline virtual bool SBCFunctorPredicateLessThan1::operator() (
    T0 t0
) override

function operator()#

inline virtual bool SBCFunctorPredicateLessThan1::operator() (
    T0 t0
) override const

function ~SBCFunctorPredicateLessThan1#

inline virtual SBCFunctorPredicateLessThan1::~SBCFunctorPredicateLessThan1 ()