Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorTimes2#

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

ClassList > SBCFunctorTimes2

Inherits the following classes: SBCFunctor2< Output, T0, T1 >

Public Functions#

Type Name
SBCFunctorTimes2 (const SBCFunctor2< Output1, T0, T1 > * firstFunctor, const SBCFunctor2< Output2, T0, T1 > * secondFunctor)
virtual SBCFunctorTimes2< 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 ~SBCFunctorTimes2 ()

Public Functions Documentation#

function SBCFunctorTimes2#

inline SBCFunctorTimes2::SBCFunctorTimes2 (
    const SBCFunctor2< Output1, T0, T1 > * firstFunctor,
    const SBCFunctor2< Output2, T0, T1 > * secondFunctor
) 

function clone#

inline virtual SBCFunctorTimes2< Output, Output1, Output2, T0, T1 > * SBCFunctorTimes2::clone () override const

function operator()#

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

function operator()#

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

function ~SBCFunctorTimes2#

inline virtual SBCFunctorTimes2::~SBCFunctorTimes2 ()