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#
Implements SBCFunctor::clone