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