Class SBCFunctorPredicateLessThan3#
template <typename Output, typename T0, typename T1, typename T2>
ClassList > SBCFunctorPredicateLessThan3
Inherits the following classes: SBCFunctorPredicate3< T0, T1, T2 >
Public Functions#
Type | Name |
---|---|
SBCFunctorPredicateLessThan3 (const SBCFunctor3< Output, T0, T1, T2 > * firstFunctor, const SBCFunctor3< Output, T0, T1, T2 > * secondFunctor) |
|
virtual SBCFunctorPredicateLessThan3< Output, T0, T1, T2 > * | clone () override const |
virtual bool | operator() (T0 t0, T1 t1, T2 t2) override |
virtual bool | operator() (T0 t0, T1 t1, T2 t2) override const |
virtual | ~SBCFunctorPredicateLessThan3 () |
Public Functions Documentation#
function SBCFunctorPredicateLessThan3#
inline SBCFunctorPredicateLessThan3::SBCFunctorPredicateLessThan3 (
const SBCFunctor3< Output, T0, T1, T2 > * firstFunctor,
const SBCFunctor3< Output, T0, T1, T2 > * secondFunctor
)
function clone#
inline virtual SBCFunctorPredicateLessThan3< Output, T0, T1, T2 > * SBCFunctorPredicateLessThan3::clone () override const