Class SBCFunctorPredicateLessThan1#
template <typename Output, typename T0>
ClassList > SBCFunctorPredicateLessThan1
Inherits the following classes: SBCFunctorPredicate1< T0 >
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateLessThan1 (const SBCFunctor1< Output, T0 > * firstFunctor, const SBCFunctor1< Output, T0 > * secondFunctor) |
|
virtual SBCFunctorPredicateLessThan1< Output, T0 > * | clone () override const |
virtual bool | operator() (T0 t0) override |
virtual bool | operator() (T0 t0) override const |
virtual | ~SBCFunctorPredicateLessThan1 () |
Public Functions Documentation#
function SBCFunctorPredicateLessThan1#
inline SBCFunctorPredicateLessThan1::SBCFunctorPredicateLessThan1 (
const SBCFunctor1< Output, T0 > * firstFunctor,
const SBCFunctor1< Output, T0 > * secondFunctor
)
function clone#
inline virtual SBCFunctorPredicateLessThan1< Output, T0 > * SBCFunctorPredicateLessThan1::clone () override const