Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateLessThan1#

template <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(1)>

ClassList > SBCFunctorPredicateLessThan1

Inherits the following classes: SBCFunctorPredicate1< SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(1)>

Public Functions#

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

Public Functions Documentation#

function SBCFunctorPredicateLessThan1#

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

function clone#

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

function operator() [1/2]#

inline virtual bool SBCFunctorPredicateLessThan1::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(1)
) override

function operator() [2/2]#

inline virtual bool SBCFunctorPredicateLessThan1::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(1)
) override const

function ~SBCFunctorPredicateLessThan1#

inline virtual SBCFunctorPredicateLessThan1::~SBCFunctorPredicateLessThan1 ()