Web Analytics Made Easy - Statcounter
Skip to content

Class SBCFunctorPlus4#

template <typename Output, typename T0, typename T1, typename T2, typename T3>

ClassList > SBCFunctorPlus4

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

Public Functions#

Type Name
SBCFunctorPlus4 (const SBCFunctor4< Output, T0, T1, T2, T3 > * firstFunctor, const SBCFunctor4< Output, T0, T1, T2, T3 > * secondFunctor)
virtual SBCFunctorPlus4< Output, T0, T1, T2, T3 > * clone () override const
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3) override
virtual Output operator() (T0 t0, T1 t1, T2 t2, T3 t3) override const
virtual ~SBCFunctorPlus4 ()

Public Functions Documentation#

function SBCFunctorPlus4#

inline SBCFunctorPlus4::SBCFunctorPlus4 (
    const SBCFunctor4< Output, T0, T1, T2, T3 > * firstFunctor,
    const SBCFunctor4< Output, T0, T1, T2, T3 > * secondFunctor
) 

function clone#

inline virtual SBCFunctorPlus4< Output, T0, T1, T2, T3 > * SBCFunctorPlus4::clone () override const

function operator()#

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

function operator()#

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

function ~SBCFunctorPlus4#

inline virtual SBCFunctorPlus4::~SBCFunctorPlus4 ()