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