Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPredicateLessThan0#

template <typename Output>

ClassList > SBCFunctorPredicateLessThan0

This class describes a predicate that is true when a first functor returns a value less than another one.

  • #include <SBCFunctorPredicateLessThan.hpp>

Inherits the following classes: SBCFunctorPredicate0

Public Functions#

Type Name
SBCFunctorPredicateLessThan0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor)
virtual SBCFunctorPredicateLessThan0 * clone () override const
virtual bool operator() () override
virtual bool operator() () override const
virtual ~SBCFunctorPredicateLessThan0 ()

Public Functions Documentation#

function SBCFunctorPredicateLessThan0#

inline SBCFunctorPredicateLessThan0::SBCFunctorPredicateLessThan0 (
    const SBCFunctor0< Output > * firstFunctor,
    const SBCFunctor0< Output > * secondFunctor
) 

function clone#

inline virtual SBCFunctorPredicateLessThan0 * SBCFunctorPredicateLessThan0::clone () override const

Implements SBCFunctor::clone


function operator() [1/2]#

inline virtual bool SBCFunctorPredicateLessThan0::operator() () override

function operator() [2/2]#

inline virtual bool SBCFunctorPredicateLessThan0::operator() () override const

function ~SBCFunctorPredicateLessThan0#

inline virtual SBCFunctorPredicateLessThan0::~SBCFunctorPredicateLessThan0 ()