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