Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorTimes5#

template <typename Output, typename Output1, typename Output2, typename T0, typename T1, typename T2, typename T3, typename T4>

ClassList > SBCFunctorTimes5

Inherits the following classes: SBCFunctor5< Output, T0, T1, T2, T3, T4 >

Public Functions#

Type Name
SBCFunctorTimes5 (const SBCFunctor5< Output1, T0, T1, T2, T3, T4 > * firstFunctor, const SBCFunctor5< Output2, T0, T1, T2, T3, T4 > * secondFunctor)
virtual SBCFunctorTimes5< 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 ~SBCFunctorTimes5 ()

Public Functions Documentation#

function SBCFunctorTimes5#

inline SBCFunctorTimes5::SBCFunctorTimes5 (
    const SBCFunctor5< Output1, T0, T1, T2, T3, T4 > * firstFunctor,
    const SBCFunctor5< Output2, T0, T1, T2, T3, T4 > * secondFunctor
) 

function clone#

inline virtual SBCFunctorTimes5< Output, Output1, Output2, T0, T1, T2, T3, T4 > * SBCFunctorTimes5::clone () override const

function operator()#

inline virtual Output SBCFunctorTimes5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) override

function operator()#

inline virtual Output SBCFunctorTimes5::operator() (
    T0 t0,
    T1 t1,
    T2 t2,
    T3 t3,
    T4 t4
) override const

function ~SBCFunctorTimes5#

inline virtual SBCFunctorTimes5::~SBCFunctorTimes5 ()