Class SBCFunctorPredicateLessThanOrEqualTo0#
template <typename Output>
ClassList > SBCFunctorPredicateLessThanOrEqualTo0
This class describes a predicate that is true when a first functor returns a value less than or equal to another one.
#include <SBCFunctorPredicateLessThanOrEqualTo.hpp>
Inherits the following classes: SBCFunctorPredicate0
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateLessThanOrEqualTo0 (const SBCFunctor0< Output > * firstFunctor, const SBCFunctor0< Output > * secondFunctor) |
|
virtual SBCFunctorPredicateLessThanOrEqualTo0 * | clone () override const |
virtual bool | operator() () override |
virtual bool | operator() () override const |
virtual | ~SBCFunctorPredicateLessThanOrEqualTo0 () |
Public Functions Documentation#
function SBCFunctorPredicateLessThanOrEqualTo0#
inline SBCFunctorPredicateLessThanOrEqualTo0::SBCFunctorPredicateLessThanOrEqualTo0 (
const SBCFunctor0< Output > * firstFunctor,
const SBCFunctor0< Output > * secondFunctor
)
function clone#
inline virtual SBCFunctorPredicateLessThanOrEqualTo0 * SBCFunctorPredicateLessThanOrEqualTo0::clone () override const
Implements SBCFunctor::clone