Class SBCFunctor2#
template <class Output, typename T0, typename T1>
Inherits the following classes: SBCFunctor
Inherited by the following classes: SBCFunctorPredicate2, SBCFunctorConstant2, SBCFunctorDivide2, SBCFunctorMinus2, SBCFunctorPlus2, SBCFunctorPredicate2, SBCFunctorTimes2
Public Functions#
Type | Name |
---|---|
SBCFunctor2 () |
|
SBCFunctor2 (const SBCFunctor2 &) = delete |
|
virtual SBCFunctor2< Output, T0, T1 > * | clone () override const |
virtual Output | operator() (T0 t0, T1 t1) = 0 |
virtual Output | operator() (T0 t0, T1 t1) const = 0 |
SBCFunctor2 & | operator= (const SBCFunctor2 &) = delete |
virtual | ~SBCFunctor2 () |
Public Functions inherited from SBCFunctor#
See SBCFunctor
Type | Name |
---|---|
SBCFunctor () Constructs a functor. |
|
virtual SBCFunctor * | clone () const Clones the functor. |
virtual | ~SBCFunctor () Destructs the functor. |