Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateLessThan3#

template <typename Output, SB_MAKE_TEMPLATE_PARAMETERS(3)>

ClassList > SBCFunctorPredicateLessThan3

Inherits the following classes: SBCFunctorPredicate3< SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)>

Public Functions#

Type Name
SBCFunctorPredicateLessThan3 (const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * firstFunctor, const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * secondFunctor)
virtual SBCFunctorPredicateLessThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * clone () override const
virtual bool operator() (SB_MAKE_FUNCTION_ARGUMENTS(3)) override
virtual bool operator() (SB_MAKE_FUNCTION_ARGUMENTS(3)) override const
virtual ~SBCFunctorPredicateLessThan3 ()

Public Functions Documentation#

function SBCFunctorPredicateLessThan3#

inline SBCFunctorPredicateLessThan3::SBCFunctorPredicateLessThan3 (
    const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * firstFunctor,
    const SBCFunctor3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * secondFunctor
) 

function clone#

inline virtual SBCFunctorPredicateLessThan3< Output, SB_MAKE_TEMPLATE_SPECIALIZATION_PARAMETERS(3)> * SBCFunctorPredicateLessThan3::clone () override const

function operator() [1/2]#

inline virtual bool SBCFunctorPredicateLessThan3::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(3)
) override

function operator() [2/2]#

inline virtual bool SBCFunctorPredicateLessThan3::operator() (
    SB_MAKE_FUNCTION_ARGUMENTS(3)
) override const

function ~SBCFunctorPredicateLessThan3#

inline virtual SBCFunctorPredicateLessThan3::~SBCFunctorPredicateLessThan3 ()