Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorDivide2#

template <typename Output, typename Output1, typename Output2, typename T0, typename T1>

ClassList > SBCFunctorDivide2

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

function operator()#

inline virtual Output SBCFunctorDivide2::operator() (
    T0 t0,
    T1 t1
) override

function operator()#

inline virtual Output SBCFunctorDivide2::operator() (
    T0 t0,
    T1 t1
) override const

function ~SBCFunctorDivide2#

inline virtual SBCFunctorDivide2::~SBCFunctorDivide2 ()