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