Class SBCFunctorDivide4#
template <typename Output, typename Output1, typename Output2, typename T0, typename T1, typename T2, typename T3>
Inherits the following classes: SBCFunctor4< Output, T0, T1, T2, T3 >
Public Functions#
| Type | Name |
|---|---|
| SBCFunctorDivide4 (const SBCFunctor4< Output1, T0, T1, T2, T3 > * firstFunctor, const SBCFunctor4< Output2, T0, T1, T2, T3 > * secondFunctor) |
|
| virtual SBCFunctorDivide4< Output, Output1, Output2, 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 | ~SBCFunctorDivide4 () |
Public Functions Documentation#
function SBCFunctorDivide4#
inline SBCFunctorDivide4::SBCFunctorDivide4 (
const SBCFunctor4< Output1, T0, T1, T2, T3 > * firstFunctor,
const SBCFunctor4< Output2, T0, T1, T2, T3 > * secondFunctor
)
function clone#
inline virtual SBCFunctorDivide4< Output, Output1, Output2, T0, T1, T2, T3 > * SBCFunctorDivide4::clone () override const