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