Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorTimes3#

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

ClassList > SBCFunctorTimes3

Inherits the following classes: SBCFunctor3< Output, T0, T1, T2 >

Public Functions#

Type Name
SBCFunctorTimes3 (const SBCFunctor3< Output1, T0, T1, T2 > * firstFunctor, const SBCFunctor3< Output2, T0, T1, T2 > * secondFunctor)
virtual SBCFunctorTimes3< Output, Output1, Output2, T0, T1, T2 > * clone () override const
virtual Output operator() (T0 t0, T1 t1, T2 t2) override
virtual Output operator() (T0 t0, T1 t1, T2 t2) override const
virtual ~SBCFunctorTimes3 ()

Public Functions Documentation#

function SBCFunctorTimes3#

inline SBCFunctorTimes3::SBCFunctorTimes3 (
    const SBCFunctor3< Output1, T0, T1, T2 > * firstFunctor,
    const SBCFunctor3< Output2, T0, T1, T2 > * secondFunctor
) 

function clone#

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

function operator()#

inline virtual Output SBCFunctorTimes3::operator() (
    T0 t0,
    T1 t1,
    T2 t2
) override

function operator()#

inline virtual Output SBCFunctorTimes3::operator() (
    T0 t0,
    T1 t1,
    T2 t2
) override const

function ~SBCFunctorTimes3#

inline virtual SBCFunctorTimes3::~SBCFunctorTimes3 ()