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